 | IRecorderTransactionRollback Method |
Called by the transaction manager when a transaction is rolled back
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntaxvoid TransactionRollback(
int transactionID,
bool start
)
Parameters
- transactionID
- Type: SystemInt32
The id of the transaction - start
- Type: SystemBoolean
true when called at rollback start, false when called at rollback end
See Also