NotificationSubscription.RequestNotificationChange Method (NotificationChangeRequest)
Sends a request to the source of a notification to change it.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications
Assembly: CoreProviders (in CoreProviders.dll)
Syntax
public void RequestNotificationChange(
NotificationChangeRequest changeRequest
)
public:
void RequestNotificationChange(
NotificationChangeRequest^ changeRequest
)
Public Sub RequestNotificationChange (
changeRequest As NotificationChangeRequest
)
Parameters
changeRequest
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationChangeRequestThe NotificationChangeRequest object that represents the change request.
Remarks
The source is free to accept, partially accept, or reject the request. The source accepts the request by reraising the notification with the changes.
See Also
NotificationSubscription Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top