ClientSyncProvider Methods

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  
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 Static 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