INotifyingChangeApplierTarget Interface

Represents an object that can save item changes to a replica.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public Interface INotifyingChangeApplierTarget
'Usage
Dim instance As INotifyingChangeApplierTarget

The INotifyingChangeApplierTarget type exposes the following members.

  NameDescription
Public propertyIdFormatsWhen overridden in a derived class, gets the ID format schema for the provider.
Top

  NameDescription
Public methodGetDataRetrieverGets an object that can be used to retrieve item data from a replica.
Public methodGetNextTickCountWhen overridden in a derived class, increments the tick count and returns the new tick count.
Public methodSaveChangeWithChangeUnitsWhen overridden in a derived class, saves an item change that contains unit change changes to the item store.
Public methodSaveConflictWhen overridden in a derived class, saves information about a change that caused a conflict.
Public methodSaveItemChangeWhen overridden in a derived class, saves an item change to the item store.
Public methodStoreKnowledgeForScopeWhen overridden in a derived class, stores the knowledge for the current scope.
Public methodTryGetDestinationVersionGets the version of an item stored in the destination replica.
Top

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: