Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace

 

The Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications namespace provides a set of APIs for managing notifications.

Classes

Class Description
System_CAPS_pubclass Notification

Represents a notification in the Notification Provider system.

System_CAPS_pubclass NotificationChangeRequest

Represents a request to change a notification.

System_CAPS_pubclass NotificationSource

Represents the source of a Notification object or NotificationChangeRequest object.

System_CAPS_pubclass NotificationSubscription

Represents the operations that are used to subscribe to notifications from the Notifications Provider.

System_CAPS_pubclass Notifier

Represents the operations that raise and clear persistent notifications and send one-shot notifications by using the Notifications Provider.

System_CAPS_pubclass ReadOnlyObservableNotificationCollection

Represents a read-only, observable collection of persistent notifications.

Interfaces

Interface Description
System_CAPS_pubinterface INotificationSubscriber

Represents the operations that are used to receive notifications from the Notifications Provider.

Return to top