Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the operations that are used to subscribe to notifications from the Notifications Provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationSubscription
Syntax
public sealed class NotificationSubscription : IDisposable
public ref class NotificationSubscription sealed : IDisposable
Public NotInheritable Class NotificationSubscription
Implements IDisposable
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
NotificationSubscription(INotificationSubscriber, String[]) | Initializes a new instance of the NotificationSubscription class with the specified subscriber and categories. |
Methods
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.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top