Notifier Constructor
Initializes a new instance of the Notifier class.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Overload List
Name | Description | |
---|---|---|
Notifier() | Initializes a new instance of the Notifier class. |
|
Notifier(Action<NotificationChangeRequest>) | Initializes a new instance of the Notifier class with the specified change request. |
|
Notifier(Action<NotificationChangeRequest>, Boolean) | Initializes a new instance of the Notifier class with the specified change request. The Notifier object can connect to the Notifications Provider on the server or the local computer. |
See Also
Notifier Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top