Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awInterrupt | awInterruptDispatch
 
awInterruptDispatch
BrokerError awInterruptDispatch();
Interrupts the current awDispatch call. If there is no awDispatch in progress, the next call to awDispatch will be interrupted. The awInterruptDispatch function is intended for use in multi-threaded client applications and is safe for use in signal handlers.
See also: