Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
KnowledgeSyncProvider Class

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
Visual Basic (Usage)
Dim instance As KnowledgeSyncProvider
C#
public abstract class KnowledgeSyncProvider : SyncProvider
C++
public ref class KnowledgeSyncProvider abstract : public SyncProvider
J#
public abstract class KnowledgeSyncProvider extends SyncProvider
JScript
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.
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker