IMonitoringNotificationManagement.InsertNotificationSubscription(NotificationSubscription) 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.
Inserts the notification subscription.
public:
void InsertNotificationSubscription(Microsoft::EnterpriseManagement::Administration::NotificationSubscription ^ notificationSubscription);
public void InsertNotificationSubscription (Microsoft.EnterpriseManagement.Administration.NotificationSubscription notificationSubscription);
abstract member InsertNotificationSubscription : Microsoft.EnterpriseManagement.Administration.NotificationSubscription -> unit
Public Sub InsertNotificationSubscription (notificationSubscription As NotificationSubscription)
Parameters
- notificationSubscription
- NotificationSubscription
Notification subscription.
Exceptions
notificationSubscription is null
notificationSubscription invalid or already inserted.