Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awDelete | awDeleteClientQueueLock
 
awDeleteClientQueueLock
void awDeleteClientQueueLock(ClientQueueLock qlock);
Deletes the qlock object by freeing allocated members. It is the responsibility of the user to release the lock before deleting the lock.
Returns AW_ERROR_INVALID_QUEUE_LOCK when an invalid qlock object is passed. Otherwise returns appropriate information.