Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
The Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications namespace provides a set of APIs for managing notifications.
Classes
Class | Description | |
---|---|---|
Notification | Represents a notification in the Notification Provider system. |
|
NotificationChangeRequest | Represents a request to change a notification. |
|
NotificationSource | Represents the source of a Notification object or NotificationChangeRequest object. |
|
NotificationSubscription | Represents the operations that are used to subscribe to notifications from the Notifications Provider. |
|
Notifier | Represents the operations that raise and clear persistent notifications and send one-shot notifications by using the Notifications Provider. |
|
ReadOnlyObservableNotificationCollection | Represents a read-only, observable collection of persistent notifications. |
Interfaces
Interface | Description | |
---|---|---|
INotificationSubscriber | Represents the operations that are used to receive notifications from the Notifications Provider. |
Return to top