ActionEventArgs Constructor (Action, AsyncStatus)

 

Initializes a new instance of the ActionEventArgs class using the originating action and the status as parameters.

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

Syntax

public ActionEventArgs(
    Action action,
    AsyncStatus status
)
public:
ActionEventArgs(
    Action^ action,
    AsyncStatus^ status
)
new : 
        action:Action *
        status:AsyncStatus -> ActionEventArgs
Public Sub New (
    action As Action,
    status As AsyncStatus
)

Parameters

See Also

ActionEventArgs Class
Microsoft.ManagementConsole Namespace

Return to top