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: