Overload | Description |
---|---|
CancelableProgressorSource Constructor() | Creates CancelableProgressorSource. No progress dialog will be displayed. |
CancelableProgressorSource Constructor(Action<CancelableProgressor>) | Creates CancelableProgressorSource with a custom progress update delegate. No progress dialog will be displayed. |
CancelableProgressorSource Constructor(String,String,Boolean) | Creates ProgressorSource with a simple progress dialog. Set delayedShow to true for short running operations. |
CancelableProgressorSource Constructor(ProgressDialog) | Creates CancelableProgressorSource with a specified progress dialog. |