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.
Performs application-specific handling when an action that runs synchronous to MMC is triggered for the scope node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnSyncAction(
SyncAction action,
SyncStatus status
)
protected:
virtual void OnSyncAction(
SyncAction^ action,
SyncStatus^ status
)
abstract OnSyncAction :
action:SyncAction *
status:SyncStatus -> unit
override OnSyncAction :
action:SyncAction *
status:SyncStatus -> unit
Protected Overridable Sub OnSyncAction (
action As SyncAction,
status As SyncStatus
)
Parameters
action
Type: Microsoft.ManagementConsole.SyncActionThe synchronous action that has been triggered.
status
Type: Microsoft.ManagementConsole.SyncStatusThe status information for synchronous operations on the node.
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top