Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTxClientBrokerName
 
awGetTxClientBrokerName
BrokerError awGetTxClientBrokerName(
BrokerTxClient txclient,
char **broker_name);
txclient
The transactional Broker client whose Broker name is to be returned.
broker_name
The Broker name associated with this transactional Broker client. This parameter is used for output.
Provides a string containing the Broker name for this transactional 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: