Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awStop | awStopMainLoop
 
awStopMainLoop
BrokerError awStopMainLoop();
Interrupts the current awMainLoop. If awMainLoop has not yet been called, the next call to awMainLoop will be interrupted. You may call this function from within callbacks or from multi-threaded clients. This function is also safe for use in a signal handler.
See also: