ManagementGroup.InsertNotificationRecipient Method (NotificationRecipient)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Inserts the specified notification recipient into the management group.

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

Syntax

[ObsoleteAttribute("Please use Notifications.InsertNotificationRecipient()")]
public void InsertNotificationRecipient(
    NotificationRecipient notificationRecipient
)
public:
[ObsoleteAttribute("Please use Notifications.InsertNotificationRecipient()")]
void InsertNotificationRecipient(
    NotificationRecipient^ notificationRecipient
)
[<ObsoleteAttribute("Please use Notifications.InsertNotificationRecipient()")>]
member InsertNotificationRecipient : 
        notificationRecipient:NotificationRecipient -> unit
<ObsoleteAttribute("Please use Notifications.InsertNotificationRecipient()")>
Public Sub InsertNotificationRecipient (
    notificationRecipient As NotificationRecipient
)

Parameters

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top