Loupe - Log - Monitor - Resolve
Gibraltar Namespace / ProgressMonitor Class / Update Method / Update(String,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)

In This Topic
    Update(String,Int32) Method
    In This Topic
    Update the progress of the monitor.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Update( _
       ByVal status As String, _
       ByVal completedSteps As Integer _
    ) 
    public void Update( 
       string status,
       int completedSteps
    )

    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)
    Remarks
    Subscribers will be notified of changes whenever Update is called.
    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