awPrimeClient
BrokerError awPrimeClient(
BrokerClient client);
client | The client being primed. |
Tells the specified client to send a non-blocking request for events. 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.
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The client has been destroyed or disconnected. |
See also: