Compartilhar via


Notification.Merge Method (NotificationChangeRequest)

 

Merges changes specified in the NotificationChangeRequest object into the Notification object.

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

Syntax

public void Merge(
    NotificationChangeRequest change
)
public:
void Merge(
    NotificationChangeRequest^ change
)
Public Sub Merge (
    change As NotificationChangeRequest
)

Parameters

Remarks

All of the properties specified in the Removed method of the NotificationChangeRequest object are removed, then all properties specified in the AddedOrChanged method are transferred. If a property exists in both the Removed and AddedOrChanged collections, the property value in AddedOrChanged takes precedence.

See Also

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

Return to top