NotificationSubscription Class
Represents the operations that are used to subscribe to notifications from the Notifications Provider.
Assembly: CoreProviders (in CoreProviders.dll)
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications::NotificationSubscription
| Name | Description | |
|---|---|---|
![]() | NotificationSubscription(INotificationSubscriber^, Boolean, array<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. |
![]() | NotificationSubscription(INotificationSubscriber^, array<String^>^) | Initializes a new instance of the NotificationSubscription class with the specified subscriber and categories. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all of the resources that are used by the NotificationSubscription object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | RequestNotificationChange(NotificationChangeRequest^) | Sends a request to the source of a notification to change it. |
![]() | Start() | Starts a subscription to receive notifications. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
