Partager via


NotificationSubscription Constructor

 

Initializes a new instance of the NotificationSubscription class.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)

Overload List

Name Description
System_CAPS_pubmethod NotificationSubscription(INotificationSubscriber, Boolean, String[])

Initializes a new instance of the NotificationSubscription class with the specified subscriber and categories. The notification can come from the Notifications Provider on the server or from the local computer.

System_CAPS_pubmethod NotificationSubscription(INotificationSubscriber, String[])

Initializes a new instance of the NotificationSubscription class with the specified subscriber and categories.

See Also

NotificationSubscription Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace

Return to top