Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTxClientApplicationName
 
awGetTxClientApplicationName
BrokerError awGetTxClientApplicationName(
BrokerTxClient txclient,
char **app_name);
txclient
The transactional Broker client whose list of event types is to be returned.
app_name
The name of the application associated with this transactional Broker client. This parameter is used for output.
Provides the application name for this transactional Broker client. The caller is responsible for freeing the output value.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The client is not valid.
AW_ERROR_NULL_PARAM
The parameter app_name is NULL.
See also: