Share via


ManagementGroup.InsertNotificationEndpoint(NotificationEndpoint) Method

Definition

Caution

Please use Notifications.InsertNotificationEndpoint()

Inserts the notification endpoint.

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

Parameters

notificationEndpoint
NotificationEndpoint

Notification endpoint.

Attributes

Exceptions

notificationEndpoint is null

notificationEndpoint is invalid

Applies to