Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awPrime | awPrimeAllClients
 
awPrimeAllClients
BrokerError awPrimeAllClients();
Tells all Broker clients in your application to send a non-blocking request for events. You do not need to provide references to each of your clients. This function is intended to be used in conjunction with awIsPending and awGetFds to determine when events are ready to be received. Use this function when you are integrating webMethods Broker event handling with other event-based APIs.
Note:
Calling this function before invoking awGetEvents will cause only a single event to be returned, even if multiple events are available in the event queue.
See also: