IProgressIndicationService Methods
Allows you to display a progress indicator for time-consuming operations.| Name | Description |
|---|---|
| Begin(String, Int32, Int32, Int32) | Initializes and displays a progress indicator. |
| End() | Finalizes progress indication. |
| SetProgress(Int32) | Modifies the indicator value to track progress. |
See Also