Represents a synchronization provider that uses knowledge to perform synchronization.
interface ISynchronousSyncProvider : ISynchronousDataProxy
The first method that Sync Framework calls is BeginSession and the last method is EndSession. All other IKnowledgeSyncProvider methods are called between these two methods.
Header: Synchronization.h
Concepts
Sync Framework Core Components