IMonitoringNotificationManagement.DeleteNotificationEndpoint(NotificationEndpoint) Method

Definition

Deletes the endpoint.

public:
 void DeleteNotificationEndpoint(Microsoft::EnterpriseManagement::Administration::NotificationEndpoint ^ notificationEndpoint);
public void DeleteNotificationEndpoint (Microsoft.EnterpriseManagement.Administration.NotificationEndpoint notificationEndpoint);
abstract member DeleteNotificationEndpoint : Microsoft.EnterpriseManagement.Administration.NotificationEndpoint -> unit
Public Sub DeleteNotificationEndpoint (notificationEndpoint As NotificationEndpoint)

Parameters

notificationEndpoint
NotificationEndpoint

The endpoint to delete.

Exceptions

notificationEndpoint is null

Applies to