awCommitTransactions
BrokerError awCommitTransactions(
BrokerTxClient txclient,
int n,
BrokerTxClient *txclients);
Commits the list of transactions.
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The Broker client, represented by the client parameter, has been destroyed or disconnected. |
In addition, any of the communications errors can occur, but if they do, the local client object is still deleted from local memory.