Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetClientId
 
awGetClientId
BrokerError awGetClientId(
BrokerClient client,
char **client_id);
client
The Broker client whose identifier is to be returned.
client_id
The client id that is associated with this Broker client. This parameter is used for output.
Creates a string containing the client identifier. The caller is responsible for calling free on the client_id string.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client is not valid.
AW_ERROR_NULL_PARAM
The parameter client_id is NULL.
See also: