SqlCeClientSyncProvider.GetChanges Method (SyncGroupMetadata, SyncSession)
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.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
Public Overrides Function GetChanges ( _
groupMetadata As SyncGroupMetadata, _
syncSession As SyncSession _
) As SyncContext
public override SyncContext GetChanges (
SyncGroupMetadata groupMetadata,
SyncSession syncSession
)
public:
virtual SyncContext^ GetChanges (
SyncGroupMetadata^ groupMetadata,
SyncSession^ syncSession
) override
public SyncContext GetChanges (
SyncGroupMetadata groupMetadata,
SyncSession syncSession
)
public override function GetChanges (
groupMetadata : SyncGroupMetadata,
syncSession : SyncSession
) : SyncContext
Parameters
- groupMetadata
A SyncGroupMetadata object that contains metadata about the synchronization group.
- syncSession
A SyncSession object that contains metadata about the current synchronization session.
Return Value
A SyncContext object that contains data changes and anchor values and other metadata for a synchronization session.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SqlCeClientSyncProvider Class
SqlCeClientSyncProvider Members
Microsoft.Synchronization.Data.SqlServerCe Namespace