ClientSyncProvider Members

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

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

Protected Constructors

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

Top

Public Properties

  Name Description
Public property ClientId When overridden in a derived class, gets or sets the GUID that Synchronization Services uses to identify the client database.

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 group to the client database when given group metadata, a data set, and synchronization session parameters.
Public method BeginTransaction When overridden in a derived class, called by the SyncAgent to begin a transaction. This allows the agent to commit a set of changes as an atomic unit.
Public method CreateSchema When overridden in a derived class, creates a table schema at the client database if the schema does not exist.
Public method Dispose Releases all resources that are used by the ClientSyncProvider.
Public method EndTransaction When overridden in a derived class, called by the SyncAgent to end a transaction. This allows the agent to commit a set of changes as an atomic unit.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetChanges When overridden in a derived class, gets inserts, updates, and deletes for the specified synchronization group and session that occurred at the client since the last time Synchronize or AcceptChanges was called.
Public method GetHashCode  (Inherited from Object.)
Public method GetTableReceivedAnchor When overridden in a derived class, gets a SyncAnchor object that contains the time that the last change was received from the server.
Public method GetTableSentAnchor When overridden in a derived class, gets a SyncAnchor object that contains the time that the last change was sent from the client.
Public method GetType  (Inherited from Object.)
Public method Bb726055.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method SetTableReceivedAnchor When overridden in a derived class, sets a SyncAnchor object that contains the time that the last change was received from the server.
Public method SetTableSentAnchor When overridden in a derived class, sets a SyncAnchor object that contains the time that the last change was sent from the client.
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

ClientSyncProvider Class
Microsoft.Synchronization.Data Namespace