NotificationSubscription Class

 

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)

System::Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications::NotificationSubscription

public ref class NotificationSubscription sealed : IDisposable

NameDescription
System_CAPS_pubmethodNotificationSubscription(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.

System_CAPS_pubmethodNotificationSubscription(INotificationSubscriber^, array<String^>^)

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

NameDescription
System_CAPS_pubmethodDispose()

Releases all of the resources that are used by the NotificationSubscription object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRequestNotificationChange(NotificationChangeRequest^)

Sends a request to the source of a notification to change it.

System_CAPS_pubmethodStart()

Starts a subscription to receive notifications.

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: