Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awDestroy | awDestroyClient
 
awDestroyClient
BrokerError awDestroyClient(
BrokerClient client);
client
The Broker client to be destroyed.
Disconnects the specified client and then destroys the Broker client, including the event queue allocated for the Broker client in the Broker.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client is not valid.
See also: