SyncProvider Class

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

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.SyncProvider
    Microsoft.Synchronization.Data.ClientSyncProvider
    Microsoft.Synchronization.Data.ServerSyncProvider
    Microsoft.Synchronization.KnowledgeSyncProvider
    Microsoft.Synchronization.SimpleProviders.SimpleSyncProvider

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
[<AbstractClassAttribute>]
[<CLSCompliantAttribute(true)>]
type SyncProvider =  class end
public abstract class SyncProvider

The SyncProvider type exposes the following members.

Constructors

  Name Description
Protected method SyncProvider Initializes a new instance of the SyncProvider class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

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

Reference

Microsoft.Synchronization Namespace