Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTxExternalId
 
awGetTxExternalId
BrokerError awGetTxExternalId(
BrokerTxClient txclient,
char **ext_id);
txclient
The Broker client whose external identifier is to be returned.
ext_id
Used by application or external manager to identify the context. Set when the context is created. It is constant for the life of the context. This id is optional. It does not have to be unique and can be null. Returns an external identifier.