Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awIs | awIsClientConnected
 
awIsClientConnected
BrokerBoolean awIsClientConnected(
BrokerClient client);
client
The Broker client whose connection is to be tested.
Returns 0 (false) if the specified client was disconnected by a call to either awDisconnectClient, or awDestroyClient, or by an error; otherwise, 1 (true) is returned.
Important:
This function does a passive check on the connection-it does not access the Broker client over the network. Therefore, this function may erroneously report that a client is connected when it actually is not connected.