ScopeNode.OnRefresh Method (AsyncStatus)

 

Updates the scope node when the Refresh verb is triggered.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

protected virtual void OnRefresh(
    AsyncStatus status
)
protected:
virtual void OnRefresh(
    AsyncStatus^ status
)
abstract OnRefresh : 
        status:AsyncStatus -> unit
override OnRefresh : 
        status:AsyncStatus -> unit
Protected Overridable Sub OnRefresh (
    status As AsyncStatus
)

Parameters

See Also

StandardVerbs
ScopeNode Class
Microsoft.ManagementConsole Namespace
How-To Use Standard Verbs

Return to top