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


ProgressMonitorStack Class Members

The following tables list the members exposed by ProgressMonitorStack.

Public Constructors
 NameDescription
Public ConstructorCreate a new monitor stack to monitor a process.  
Top
Public Fields
 NameDescription
Public FieldThe default maximum number of steps for tracking progress if not otherwise specified.  
Top
Public Properties
 NameDescription
Public PropertyExplicitly indicate the entire monitor stack is complete  
Public PropertyThe number of completed steps (between zero and the maximum number of steps).  
Public PropertyThe current number of monitors in the stack  
Public PropertyIndicates if the progress monitor stack was canceled.  
Public PropertyThe current maximum number of steps.  
Public PropertyA user display message for the current status.  
Public PropertyAn end-user display title of the overall process being monitored  
Top
Public Methods
 NameDescription
Public MethodRequest to cancel the monitor stack.  
Public MethodOverloaded. Consider the monitor stack complete and prepare it for immediate disposal.  
Public MethodCreate a new monitor with the specified owning object, status, and number of steps  
Top
Protected Methods
 NameDescription
Protected MethodRaised by the progress monitor stack when canceling the operation being monitored/  
Protected MethodCalled when the ProgressMonitor that is the top monitor is changed.  
Protected MethodCalled to raise the Completed event when the task being monitored has been completed.  
Protected MethodCalled to raise the Updated event whenever the progress information (message, steps, etc.) is updated.  
Protected MethodCalled whenever the information that drives progress should be updated.  
Top
Public Events
 NameDescription
Public EventRaised when the monitor stack is cancelled. No complete event will then be raised.  
Public EventRaised whenever a monitor object is pushed or popped from the stack, effectively changing what monitor is on the top of the stack.  
Public EventRaised when the monitor stack completes.  
Public EventRaised when the progress information is updated.  
Top
See Also