Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / ProgressMonitor Class
Properties Methods Events


ProgressMonitor Class Members

The following tables list the members exposed by ProgressMonitor.

Public Properties
 NameDescription
Public PropertyExplicitly indicate this monitored task is complete.  
Public PropertyThe number of steps that have been completed.  
Public PropertyThe maximum number of steps in the process being monitored  
Public PropertyThe object that owns this monitor.  
Public PropertyThe percentage of steps currently complete for this monitor, with 1 representing 100 percent.  
Public PropertyAn end-user status message to display for the current state of the monitor  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Indicates that the monitor is complete and should be immediately disposed  
Public MethodOverloaded. Update the progress of the monitor.  
Top
Protected Methods
 NameDescription
Protected MethodCalled to raise the MonitorCanceled event.  
Protected MethodCalled to raise the MonitorUpdated event.  
Top
Public Events
 NameDescription
Public EventRaised when the monitor stack is in the process of cancelling.  
Public EventRaised whenever the monitor's information is updated.  
Top
See Also