Click or drag to resize

ITransactionManagerCommit Method

Removes the rollback data and stops this transaction

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void Commit(
	int transactionID
)

Parameters

transactionID  Int32
Transaction ID returned by a Start call
See Also