Share via


ManagementGroup.DeleteNotificationEndpoint(NotificationEndpoint) Method

Definition

Caution

Please use Notifications.DeleteNotificationEndpoint()

Deletes the endpoint.

public:
 void DeleteNotificationEndpoint(Microsoft::EnterpriseManagement::Administration::NotificationEndpoint ^ notificationEndpoint);
[System.Obsolete("Please use Notifications.DeleteNotificationEndpoint()")]
public void DeleteNotificationEndpoint (Microsoft.EnterpriseManagement.Administration.NotificationEndpoint notificationEndpoint);
member this.DeleteNotificationEndpoint : Microsoft.EnterpriseManagement.Administration.NotificationEndpoint -> unit
Public Sub DeleteNotificationEndpoint (notificationEndpoint As NotificationEndpoint)

Parameters

notificationEndpoint
NotificationEndpoint

The endpoint to delete.

Attributes

Exceptions

notificationEndpoint is null

Applies to