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.
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 requested change.
Remarks
The source of the notification can accept, partially accept, or reject the request. The source accepts the request by reraising the notification with changes, which are reflected in the current ReadOnlyObservableNotificationCollection object.
See Also
ReadOnlyObservableNotificationCollection Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications Namespace
Return to top