Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Handles a notification that the standard verb Delete is triggered.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim status As SyncStatus
Me.OnDelete(status)
Syntax
'Declaration
Protected Overrides Sub OnDelete ( _
status As SyncStatus _
)
protected override void OnDelete (
SyncStatus status
)
protected:
virtual void OnDelete (
SyncStatus^ status
) override
protected void OnDelete (
SyncStatus status
)
protected override function OnDelete (
status : SyncStatus
)
Parameters
- status
[in] Microsoft.ManagementConsole.SyncStatus object.
Remarks
Your application must override this method in a derived class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace