Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / ProgressMonitor Class / Update Method / Update(String,Int32,Int32) Method
A new user status message
The number of steps that have been completed. (should be less than or equal to the maximum number of steps)
The maximum number of steps in this process.

Update(String,Int32,Int32) Method
Update the progress of the monitor.
Syntax
'Declaration
 
Public Overloads Sub Update( _
   ByVal status As String, _
   ByVal completedSteps As Integer, _
   ByVal maxSteps As Integer _
) 
 

Parameters

status
A new user status message
completedSteps
The number of steps that have been completed. (should be less than or equal to the maximum number of steps)
maxSteps
The maximum number of steps in this process.
Remarks
Subscribers will be notified of changes whenever Update is called. When updating the maximum number of steps it is best to guess high at first then reduce over time instead of the reverse to give the user the impression of continuous forward progress instead of losing progress.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also