IMonitoringNotificationManagement.InsertNotificationEndpoint(NotificationEndpoint) Method

Definition

Inserts the notification endpoint.

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

Parameters

notificationEndpoint
NotificationEndpoint

Notification endpoint.

Exceptions

notificationEndpoint is null

notificationEndpoint is invalid

Applies to