Partager via


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
System_CAPS_pubmethod Notifier()

Initializes a new instance of the Notifier class.

System_CAPS_pubmethod Notifier(Action<NotificationChangeRequest>)

Initializes a new instance of the Notifier class with the specified change request.

System_CAPS_pubmethod 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