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