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: