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)

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

Methods

Name Description
System_CAPS_pubmethod Dispose()

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod RequestNotificationChange(NotificationChangeRequest)

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

System_CAPS_pubmethod Start()

Starts a subscription to receive notifications.

System_CAPS_pubmethod 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