ScopeNode.OnAction Method (Action, AsyncStatus)

 

Performs application-specific handling when an action is triggered for the scope node.

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

Syntax

protected virtual void OnAction(
    Action action,
    AsyncStatus status
)
protected:
virtual void OnAction(
    Action^ action,
    AsyncStatus^ status
)
abstract OnAction : 
        action:Action *
        status:AsyncStatus -> unit
override OnAction : 
        action:Action *
        status:AsyncStatus -> unit
Protected Overridable Sub OnAction (
    action As Action,
    status As AsyncStatus
)

Parameters

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top