IMonitoringNotificationManagement.DeleteNotificationRecipient(NotificationRecipient) Method

Definition

Deletes the recipient.

public:
 void DeleteNotificationRecipient(Microsoft::EnterpriseManagement::Administration::NotificationRecipient ^ notificationRecipient);
public void DeleteNotificationRecipient (Microsoft.EnterpriseManagement.Administration.NotificationRecipient notificationRecipient);
abstract member DeleteNotificationRecipient : Microsoft.EnterpriseManagement.Administration.NotificationRecipient -> unit
Public Sub DeleteNotificationRecipient (notificationRecipient As NotificationRecipient)

Parameters

notificationRecipient
NotificationRecipient

The recipient to delete.

Exceptions

notificationRecipient is null

Applies to