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