SqlCeClientSyncProvider::EndTransaction Method
Called by the SyncAgent to end a transaction. This allows the agent to commit a set of changes as an atomic unit.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public: virtual void EndTransaction( bool commit, SyncSession^ syncSession ) override
Parameters
- commit
- Type: System::Boolean
true to commit the transaction; false to roll back the transaction.
- syncSession
- Type: Microsoft.Synchronization.Data::SyncSession
A SyncSession object that contains metadata about the current synchronization session.
Show: