SyncProvider Class

When overridden by a derived class, represents a synchronization provider.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
<CLSCompliantAttribute(True)> _
Public MustInherit Class SyncProvider
'Usage
Dim instance As SyncProvider

The SyncProvider type exposes the following members.

  NameDescription
Protected methodSyncProviderInitializes a new instance of the SyncProvider class.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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.

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