Share via


ServerSyncProvider Members

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

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

Protected Constructors

  Name Description
Protected method ServerSyncProvider Initializes a new instance of the ServerSyncProvider 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 group to the server database.
Public method Dispose Releases all resources used by the ServerSyncProvider.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetChanges When overridden in a derived class, selects from the server data store the incremental inserts, updates, and deletes to be applied at the client store for every table in synchronization group.
Public method GetHashCode  (Inherited from Object.)
Public method GetSchema When overridden in a derived class, retrieves the schema for one or more tables from the server database.
Public method GetServerInfo When overridden in a derived class, gets server synchronization information.
Public method GetType  (Inherited from Object.)
Public method Bb734456.static(en-us,SQL.105).gif 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

ServerSyncProvider Class
Microsoft.Synchronization.Data Namespace