ServerSyncProvider Class
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.
System.Object
Microsoft.Synchronization.SyncProvider
Microsoft.Synchronization.Data.ServerSyncProvider
Microsoft.Synchronization.Data.Server.DbServerSyncProvider
Microsoft.Synchronization.Data.ServerSyncProviderProxy
Microsoft.Synchronization.SyncProvider
Microsoft.Synchronization.Data.ServerSyncProvider
Microsoft.Synchronization.Data.Server.DbServerSyncProvider
Microsoft.Synchronization.Data.ServerSyncProviderProxy
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The ServerSyncProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ApplyChanges | When overridden in a derived class, applies inserts, updates, and deletes for a synchronization group to the server database. |
![]() | Dispose | Releases all resources used by the ServerSyncProvider. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (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.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
