Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awIs | awIsClientPending
 
awIsClientPending
BrokerError awIsClientPending(
BrokerClient client,
BrokerBoolean *is_pending);
client
The Broker client to be checked.
is_pending
Set to 1 (true) if requests are pending; otherwise, set to 0 (false) . This parameter is used for output.
Checks if any events are pending for the specified client. Events will be pending only if a previous call to awPrimeClient or awPrimeAllClients has been made.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
AW_ERROR_NULL_PARAM
The parameter is_pending is NULL.
See also: