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 | |
---|---|---|
ServerSyncProvider | Initializes a new instance of the ServerSyncProvider class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
ApplyChanges | When overridden in a derived class, applies inserts, updates, and deletes for a synchronization group to the server database. | |
Dispose | When overridden in a derived class, releases all resources that the SyncProvider uses.(inherited from SyncProvider) | |
Equals | Overloaded. (inherited from Object ) | |
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. | |
GetHashCode | (inherited from Object ) | |
GetSchema | When overridden in a derived class, retrieves the schema for one or more tables from the server database. | |
GetServerInfo | When overridden in a derived class, gets server synchronization information. | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
ServerSyncProvider Class
Microsoft.Synchronization.Data Namespace