ClientSyncProvider::GetChanges Method

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.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
virtual SyncContext^ GetChanges(
	SyncGroupMetadata^ groupMetadata, 
	SyncSession^ syncSession
) abstract

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::SyncContext
A SyncContext object that contains synchronization data and metadata.
Show: