Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the Notifier class with the specified change request.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)
Syntax
public Notifier(
    Action<NotificationChangeRequest> onRequestChange
)
public:
Notifier(
    Action<NotificationChangeRequest^>^ onRequestChange
)
Public Sub New (
    onRequestChange As Action(Of NotificationChangeRequest)
)
Parameters
- onRequestChange 
 Type: System.Action<NotificationChangeRequest>- The NotificationChangeRequest object that defines the requested changes to the notification. 
See Also
Notifier Overload
Notifier Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top