ManagementGroup.DeleteNotificationEndpoint Method (NotificationEndpoint)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Deletes a notification endpoint from the management group.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use Notifications.DeleteNotificationEndpoint()")]
public void DeleteNotificationEndpoint(
    NotificationEndpoint notificationEndpoint
)
public:
[ObsoleteAttribute("Please use Notifications.DeleteNotificationEndpoint()")]
void DeleteNotificationEndpoint(
    NotificationEndpoint^ notificationEndpoint
)
[<ObsoleteAttribute("Please use Notifications.DeleteNotificationEndpoint()")>]
member DeleteNotificationEndpoint : 
        notificationEndpoint:NotificationEndpoint -> unit
<ObsoleteAttribute("Please use Notifications.DeleteNotificationEndpoint()")>
Public Sub DeleteNotificationEndpoint (
    notificationEndpoint As NotificationEndpoint
)

Parameters

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top