INotifyingChangeApplierTarget Interface
Represents an object that can save item changes to a replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
This interface must be implemented by the destination provider when it is using a NotifyingChangeApplier object to help apply changes to the destination replica. The INotifyingChangeApplierTarget object is passed to the ApplyChanges method. The NotifyingChangeApplier object then calls INotifyingChangeApplierTarget methods to save changes and conflicts to the destination replica.