Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awInterrupt | awInterruptGetEvents
 
awInterruptGetEvents
BrokerError awInterruptGetEvents(
BrokerClient client);
client
The client whose get events call is to be interrupted.
Interrupts the current awGetEvent or awGetEvents call for the specified client. If there is no such call in progress, the next call to awGetEvent or awGetEvents will be interrupted. This function is intended for use in multi-threaded clients and is safe for use in a signal handler.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
See also: