Click or drag to resize

ITransactionManagerRollback Method

Undoes all changes during a transaction

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

Parameters

transactionID
Type: SystemInt32
The ID of the transaction to be rollbacked
See Also