ClientSyncProvider::EndTransaction Method

When overridden in a derived class, called by the SyncAgent to end a transaction. This allows the agent to commit a set of changes as an atomic unit.

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

public:
virtual void EndTransaction(
	bool commit, 
	SyncSession^ syncSession
) abstract

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: