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