IMonitoringNotificationManagement.DeleteNotificationAction(NotificationAction) Method

Definition

Deletes the action.

public:
 void DeleteNotificationAction(Microsoft::EnterpriseManagement::Administration::NotificationAction ^ notificationAction);
public void DeleteNotificationAction (Microsoft.EnterpriseManagement.Administration.NotificationAction notificationAction);
abstract member DeleteNotificationAction : Microsoft.EnterpriseManagement.Administration.NotificationAction -> unit
Public Sub DeleteNotificationAction (notificationAction As NotificationAction)

Parameters

notificationAction
NotificationAction

The action to delete.

Exceptions

notificationAction is null

Applies to