INotifyingChangeApplierTarget Interface
Represents an object that can save item changes to a replica.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The INotifyingChangeApplierTarget type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetDataRetriever | Gets an object that can be used to retrieve item data from a replica. |
![]() | GetNextTickCount | When overridden in a derived class, increments the tick count and returns the new tick count. |
![]() | SaveChangeWithChangeUnits | When overridden in a derived class, saves an item change that contains unit change changes to the item store. |
![]() | SaveConflict | When overridden in a derived class, saves information about a change that caused a conflict. |
![]() | SaveItemChange | When overridden in a derived class, saves an item change to the item store. |
![]() | StoreKnowledgeForScope | When overridden in a derived class, stores the knowledge for the current scope. |
![]() | TryGetDestinationVersion | Gets the version of an item stored in the destination replica. |
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.
Show:
