Click or drag to resize

IExternalDrivenBackgroundMonitor Properties

The IExternalDrivenBackgroundMonitor type exposes the following members.

Properties
 NameDescription
Public propertyIsDisposed Gets a flag indicating whether this instance is disposed.
(Inherited from IProgressMonitor)
Public propertyProgress Gets the progress. If the value changes, it must be notified through the INotifyPropertyChanged interface.
(Inherited from IProgressMonitor)
Public propertyStatus Gets the overall status of the task.
(Inherited from IProgressMonitor)
Public propertyTaskName Gets the name of the task.
(Inherited from IProgressMonitor)
Public propertyText0 Gets the text at level 0. If the value changes, it must be notified through the INotifyPropertyChanged interface.
(Inherited from IProgressMonitor)
Top
See Also