Share via


DbPeerSyncProvider Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Abstracts a generic peer synchronization provider that communicates with a peer database and shields the synchronization agent from the specific implementation of the database.

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
Public Class DbPeerSyncProvider
    Inherits PeerDataSyncProvider
    Implements IDisposable
'Usage
Dim instance As DbPeerSyncProvider
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] 
public class DbPeerSyncProvider : PeerDataSyncProvider, IDisposable
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")] 
public ref class DbPeerSyncProvider : public PeerDataSyncProvider, IDisposable
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */ 
public class DbPeerSyncProvider extends PeerDataSyncProvider implements IDisposable
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") 
public class DbPeerSyncProvider extends PeerDataSyncProvider implements IDisposable

Inheritance Hierarchy

System.Object
   Microsoft.Synchronization.SyncProvider
     Microsoft.Synchronization.Data.Peer.PeerDataSyncProvider
      Microsoft.Synchronization.Data.Peer.DbPeerSyncProvider

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

DbPeerSyncProvider Members
Microsoft.Synchronization.Data.Peer Namespace