TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.RollbackTransaction Method 

Roll the xa transaction back.

public void RollbackTransaction(
   TransactionInfo transaction
);

Parameters

transaction
The TransactionInfo object for the transaction to be rolled back.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException if TransactionInfo object is null.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace