Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awCommit | awCommitTransactions
 
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.