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)
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
The first method Sync Framework calls is BeginSession and the last method is EndSession. All other KnowledgeSyncProvider methods are called between these two methods.
System.Object
Microsoft.Synchronization.SyncProvider
Microsoft.Synchronization.KnowledgeSyncProvider
Microsoft.Synchronization.UnmanagedSyncProviderWrapper
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.