IMonitoringNotificationManagement.InsertNotificationAction(NotificationAction) Method

Definition

Inserts the notification action.

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

Parameters

notificationAction
NotificationAction

Notification action.

Exceptions

notificationAction is null

notificationAction is invalid

Applies to