Share via


PeerDataSyncProvider Members

[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.

The following tables list the members exposed by the PeerDataSyncProvider type.

Protected Constructors

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

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method ApplyChanges When overridden in a derived class, applies inserts, updates, and deletes for a synchronization scope to a peer database.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetChanges When overridden in a derived class, selects from a peer database the incremental inserts, updates, and deletes to be applied at the other peer for every table in a synchronization scope.
Public method GetHashCode  (Inherited from Object.)
Public method GetScope When overridden in a derived class, gets scope information for the synchronization session.
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

PeerDataSyncProvider Class
Microsoft.Synchronization.Data.Peer Namespace