SyncProvider Class
When overridden by a derived class, represents a synchronization provider.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public MustInherit Class SyncProvider
'Usage
Dim instance As SyncProvider
[CLSCompliantAttribute(true)]
public abstract class SyncProvider
[CLSCompliantAttribute(true)]
public ref class SyncProvider abstract
/** @attribute CLSCompliantAttribute(true) */
public abstract class SyncProvider
CLSCompliantAttribute(true)
public abstract class SyncProvider
Remarks
Synchronization providers expose particular data stores to a synchronization community.
Typically, this class will not be inherited directly. Instead, provider implementers will inherit from one of its derived types, such as KnowledgeSyncProvider.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.SyncProvider
Microsoft.Synchronization.KnowledgeSyncProvider
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.