Share via


ManagementGroup.DeleteNotificationAction(NotificationAction) Method

Definition

Caution

Please use Notifications.DeleteNotificationAction()

Deletes the action.

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

Parameters

notificationAction
NotificationAction

The action to delete.

Attributes

Exceptions

notificationAction is null

Applies to