ServerSyncProviderProxy::GetChanges Method
Selects for a table in the server database the inserts, updates, and deletes to apply to the client database for a synchronization group.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: virtual SyncContext^ GetChanges( SyncGroupMetadata^ groupMetadata, SyncSession^ syncSession ) override
Parameters
- groupMetadata
- Type: Microsoft.Synchronization.Data::SyncGroupMetadata
A SyncGroupMetadata object that contains metadata about the synchronization group.
- syncSession
- Type: Microsoft.Synchronization.Data::SyncSession
A SyncSession object that contains metadata about the current synchronization session.
Return Value
Type: Microsoft.Synchronization.Data::SyncContextA SyncContext object that contains synchronization data and metadata.
| Exception | Condition |
|---|---|
| MissingMemberException | The underlying service proxy does not have a GetChanges method. |
Show: