Client Queue Functions
To... | Use this function... |
Determine the number of events currently waiting in a Broker client's event queue | |
Empty the event queue associated with a Broker client | |
Important:
Use the
awClearClientQueue function with care because it will delete events which have not yet been processed by the
Broker client. If multiple
Broker clients are sharing the same client state, calling this function can have far-reaching effects.