ScopeNode.OnDelete Method (SyncStatus)
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