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