Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awIs | awIsClientQueueLocked
 
awIsClientQueueLocked
BrokerError awIsClientQueueLocked(ClientQueueLock qlock,BrokerBoolean
*is_locked);
Checks whether the qlock object holds a client queue lock on a target client. Returns true if the target is locked, otherwise false.
Returns AW_ERROR_INVALID_QUEUE_LOCK when an invalid qlock object is passed. Otherwise returns appropriate information.