IProgress |
The IProgressMonitor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
![]() | SetCancellationPendingHard | Sets a flag that tries to interrupt the task hardly. This will typically leave a corrupted result. |
![]() | SetCancellationPendingSoft | Sets a flag that tries to interrupt the task softly. This will typically leave an incomplete, but not corrupted result. |