Partager via


ReadOnlyObservableNotificationCollection.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

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