View.OnSyncModeAction Method (SyncAction, SyncStatus)
Handles the execution of a view mode action that must run synchronously to MMC.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnSyncModeAction(
SyncAction action,
SyncStatus status
)
protected:
virtual void OnSyncModeAction(
SyncAction^ action,
SyncStatus^ status
)
abstract OnSyncModeAction :
action:SyncAction *
status:SyncStatus -> unit
override OnSyncModeAction :
action:SyncAction *
status:SyncStatus -> unit
Protected Overridable Sub OnSyncModeAction (
action As SyncAction,
status As SyncStatus
)
Parameters
action
Type: Microsoft.ManagementConsole.SyncActionThe action to be run in synchronous mode.
status
Type: Microsoft.ManagementConsole.SyncStatusThe object that holds the status information.
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top