Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTxClientTerritoryName
 
awGetTxClientTerritoryName
BrokerError awGetTxClientTerritoryName(
BrokerTxClient txclient,
char **territory_name);
txclient
The Broker client whose Broker's territory name is to be returned.
territory_name
The area where the name is to be returned. This parameter is used for output.
Returns the territory name associated with the Broker to which the transactional client is connected. The caller is responsible for calling free on the returned value.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The txclient is not valid.
AW_ERROR_NULL_PARAM
The parameter territory_name is NULL.
See also: