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
n
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationThe Notification object to change.
See Also
NotificationChangeRequest Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top