Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the SyncActionEventArgs class using the originating action and the status as parameters.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public SyncActionEventArgs(
SyncAction action,
SyncStatus status
)
public:
SyncActionEventArgs(
SyncAction^ action,
SyncStatus^ status
)
new :
action:SyncAction *
status:SyncStatus -> SyncActionEventArgs
Public Sub New (
action As SyncAction,
status As SyncStatus
)
Parameters
action
Type: Microsoft.ManagementConsole.SyncActionThe source of the event.
status
Type: Microsoft.ManagementConsole.SyncStatusThe object that holds the status information.
See Also
SyncActionEventArgs Class
Microsoft.ManagementConsole Namespace
Return to top