awClearTxClientQueue
BrokerError awClearTxClientQueue(
BrokerTxClient txclient);
Clears all events in the queue for the specified txclient.
Important:
Use this function with care because it deletes events that have not yet been processed.
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The txclient has been destroyed or disconnected. |
See also: