Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Inserts the specified notification endpoint into the management group.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Notifications.InsertNotificationEndpoint()")]
public void InsertNotificationEndpoint(
    NotificationEndpoint notificationEndpoint
)
public:
[ObsoleteAttribute("Please use Notifications.InsertNotificationEndpoint()")]
void InsertNotificationEndpoint(
    NotificationEndpoint^ notificationEndpoint
)
[<ObsoleteAttribute("Please use Notifications.InsertNotificationEndpoint()")>]
member InsertNotificationEndpoint : 
        notificationEndpoint:NotificationEndpoint -> unit
<ObsoleteAttribute("Please use Notifications.InsertNotificationEndpoint()")>
Public Sub InsertNotificationEndpoint (
    notificationEndpoint As NotificationEndpoint
)
Parameters
- notificationEndpoint 
 Type: Microsoft.EnterpriseManagement.Administration.NotificationEndpoint- The notification endpoint to insert. 
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top