SyncProvider Class

Abstracts a synchronization provider that communicates with the client or server store and shields the synchronization agent from the specific implementation of that store.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public MustInherit Class SyncProvider
    Implements IDisposable
public abstract class SyncProvider : IDisposable
public ref class SyncProvider abstract : IDisposable
public abstract class SyncProvider implements IDisposable
public abstract class SyncProvider implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.SyncProvider
     Microsoft.Synchronization.Data.ClientSyncProvider
     Microsoft.Synchronization.Data.ServerSyncProvider

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncProvider Members
Microsoft.Synchronization Namespace