awAbortTransactions
BrokerError awAbortTransactions(
BrokerTxClient txclient,
int n,
BrokerTxClient *txclients);
txclient | The transactional Broker client that is aborting the transaction. |
n | List of the transactional clients. |
txclients | Aborts the transaction. |
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The client is not valid. |
In addition, any of the communications errors can occur. If an error occurs, the local client object is still deleted from local memory.