Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTypeDefTerritoryName
 
awGetTypeDefTerritoryName
BrokerError awGetTypeDefTerritoryName(
BrokerTypeDef type_def,
char **territory_name);
type_def
The type definition 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 of the Broker where the specified event type definition is defined. The caller is responsible for calling free on the returned value.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client has been destroyed or disconnected.
AW_ERROR_NULL_PARAM
The parameter territory_name is NULL.
See also: