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.
Removes the scope node when the Delete verb is triggered.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnDelete(
SyncStatus status
)
protected:
virtual void OnDelete(
SyncStatus^ status
)
abstract OnDelete :
status:SyncStatus -> unit
override OnDelete :
status:SyncStatus -> unit
Protected Overridable Sub OnDelete (
status As SyncStatus
)
Parameters
status
Type: Microsoft.ManagementConsole.SyncStatusThe status information for synchronous operations on the node.
See Also
StandardVerbs
ScopeNode Class
Microsoft.ManagementConsole Namespace
How-To Use Standard Verbs
Return to top