Partager via


NotificationChangeRequest Constructor (Notification)

 

Initializes a new instance of the NotificationChangeRequest class with the specified Notification object.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly:  CoreProviders (in CoreProviders.dll)

Syntax

public NotificationChangeRequest(
    Notification n
)
public:
NotificationChangeRequest(
    Notification^ n
)
Public Sub New (
    n As Notification
)

Parameters

See Also

NotificationChangeRequest Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace

Return to top