Sync Framework Simple Provider Components
The Sync Framework simple provider components are designed to simplify the process of creating a provider and to enable scenarios in which a replica cannot track changes in its data store. For more information, see Implementing a Simple Custom Provider.
In This Section
The following interfaces are designed for replicas that do not support any kind of change-tracking.
The following interfaces are designed for replicas that support anchor-based change tracking. An anchor is typically a point in time. Changes after a specified anchor are synchronized during a particular session.
The following interfaces support full enumeration and anchor-based change tracking.
|
Error Codes
The simple provider components use a set of custom errors to report problems. For more information, see Simple Provider Error Codes.
See Also
Concepts
Sync Framework Unmanaged API
Implementing a Simple Custom Provider