ManagementGroup.DeleteNotificationSubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the subscription.
public:
void DeleteNotificationSubscription(Microsoft::EnterpriseManagement::Administration::NotificationSubscription ^ notificationSubscription);
public void DeleteNotificationSubscription (Microsoft.EnterpriseManagement.Administration.NotificationSubscription notificationSubscription);
member this.DeleteNotificationSubscription : Microsoft.EnterpriseManagement.Administration.NotificationSubscription -> unit
Public Sub DeleteNotificationSubscription (notificationSubscription As NotificationSubscription)
Parameters
- notificationSubscription
- NotificationSubscription
The subscription to delete.
Exceptions
notificationSubscription invalid. See inner exception for details.