Click or drag to resize

IExternalDrivenBackgroundMonitor Methods

The IExternalDrivenBackgroundMonitor type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodSetCancellationPendingHard Sets a flag that tries to interrupt the task hardly. This will typically leave a corrupted result.
(Inherited from IProgressMonitor)
Public methodSetCancellationPendingSoft Sets a flag that tries to interrupt the task softly. This will typically leave an incomplete, but not corrupted result.
(Inherited from IProgressMonitor)
Public methodSetShouldReportNow Sets the ShouldReportNow flag to True to indicate that the worker thread should report its progress.
Top
See Also