When overridden by a derived class, represents a synchronization provider that uses knowledge to perform synchronization.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax
Visual Basic (Declaration)
Public MustInherit Class KnowledgeSyncProvider
Inherits SyncProvider
Dim instance As KnowledgeSyncProvider
public abstract class KnowledgeSyncProvider : SyncProvider
public ref class KnowledgeSyncProvider abstract : public SyncProvider
public abstract class KnowledgeSyncProvider extends SyncProvider
public abstract class KnowledgeSyncProvider extends SyncProvider

Remarks
The first method Sync Framework calls is BeginSession and the last method is EndSession. All other KnowledgeSyncProvider methods are called between these two methods.

Inheritance Hierarchy

Thread Safety
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also