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 | |
---|---|---|
SyncProvider | Initializes a new instance of the SyncProvider class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.