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