Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awDestroy | awDestroyTxClient
 
awDestroyTxClient
BrokerError awDestroyTxClient(
BrokerTxClient txclient);
txclient
The Broker client to be destroyed.
Disconnects the specified client and then destroys the transactional Broker client, including the event queue allocated for the Broker client in the Broker.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The txclient is not valid.
See also: