IExternal |
public interface IExternalDrivenBackgroundMonitor : IProgressMonitor, INotifyPropertyChanged, IDisposable
The IExternalDrivenBackgroundMonitor type exposes the following members.
Name | Description | |
---|---|---|
IsDisposed |
Gets a flag indicating whether this instance is disposed.
(Inherited from IProgressMonitor) | |
Progress |
Gets the progress. If the value changes, it must be notified through the INotifyPropertyChanged interface.
(Inherited from IProgressMonitor) | |
Status |
Gets the overall status of the task.
(Inherited from IProgressMonitor) | |
TaskName |
Gets the name of the task.
(Inherited from IProgressMonitor) | |
Text0 |
Gets the text at level 0. If the value changes, it must be notified through the INotifyPropertyChanged interface.
(Inherited from IProgressMonitor) |
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.
(Inherited from IProgressMonitor) | |
SetCancellationPendingSoft |
Sets a flag that tries to interrupt the task softly. This will typically leave an incomplete, but not corrupted result.
(Inherited from IProgressMonitor) | |
SetShouldReportNow | Sets the ShouldReportNow flag to True to indicate that the worker thread should report its progress. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged) |