Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTxState
 
awGetTxState
BrokerError awGetTxState(
BrokerTxClient txclient,
int *tx_state);
txclient
The Broker client whose state is to be returned.
tx_state
Gets the transaction's state. 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 host_name is null.