ISnapMailMergeProgressIndicationService Members
Provides a progress indicator while executing resource-intensive tasks.Properties
Name | Description |
---|---|
CancellationToken | Allows tracing the requests to cancel an operation. |
Methods
Name | Description |
---|---|
Begin(String, Int32, Int32, Int32) | Initializes and displays a progress indicator. Inherited from IProgressIndicationService. |
End() | Finalizes progress indication. Inherited from IProgressIndicationService. |
Reset() | Resets the progress indicator to the default value. |
SetProgress(Int32) | Modifies the indicator value to track progress. Inherited from IProgressIndicationService. |
See Also