awClearClientQueue
BrokerError awClearClientQueue(
BrokerClient client);
Clears all events in the queue for the specified client.
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 client has been destroyed or disconnected. |
See also: