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
change
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.Notifications.NotificationChangeRequestThe NotificationChangeRequest object that contains the changes that are merged with the Notification.
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