Partager via


Notifier Constructor (Action<NotificationChangeRequest>)

 

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

See Also

Notifier Overload
Notifier Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace

Return to top