ReadOnlyObservableNotificationCollection.Create Method
Creates a subscription to receive persistent notifications through an ReadOnlyObservableNotificationCollection object.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Overload List
Name | Description | |
---|---|---|
Create(Boolean, String[]) | Creates a subscription to receive persistent notifications through a ReadOnlyObservableNotificationCollection object. The subscription can be specified to receive notifications from the Notifications Provider on the server or the local computer. The subscription can also be filtered with a list of categories. |
|
Create(String[]) | Creates a subscription to receive persistent notifications through a ReadOnlyObservableNotificationCollection object. The subscription can be filtered with a list of categories. |
See Also
ReadOnlyObservableNotificationCollection Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top