IAnchorSyncProvider Interface

Represents a provider for replicas that track changes by using anchors.

interface IAnchorSyncProvider : ISimpleSyncProvider

Members

IAnchorSyncProvider method Description

IAnchorSyncProvider::EnumerateChanges

Enumerates changes from a replica that occurred since the specified anchor value.

IAnchorSyncProvider::GetEnumerationAnchor

Called at the end of every change batch and manual knowledge commit on the destination provider to return an enumeration anchor that is used to determine the next set of changes to synchronize.

Requirements

Header: AnchorEnumerationProvider.h

See Also

Concepts

Sync Framework Simple Provider Components