AbortTransaction Method
Aborts an existing transaction.
Syntax
public void abortTransaction(String id);
Remarks
This method aborts a transaction previously started with BeginTransaction. Id identifies the transaction to abort.
The OpenTransactions configuration setting can be queried to obtain a list of currently-open transactions.
Refer to BeginTransaction for more information about transactions.