Loupe - Log - Monitor - Resolve
Gibraltar Namespace / ProgressMonitor Class / Update Method / Update(String) Method
A new user status message

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

    Parameters

    status
    A new user status message
    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