awGetTxClientConnectionDescriptor
BrokerError awGetTxClientConnectionDescriptor(
BrokerTxClient txclient,
BrokerConnectionDescriptor *desc);
txclient | The transactional Broker client whose connection descriptor is to be returned. |
desc | The transactional Broker client's connection descriptor. This parameter is used for output. |
Obtains the connection descriptor for the transactional client and returns it in desc. If a NULL descriptor argument was passed to awNewBrokerClient when client was created, then a descriptor which matches the default connection descriptor behavior is retrieved.
Note:
This function cannot be used to get the actual Broker settings for a connection descriptor.
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_CLIENT | The txclient is not valid. |
AW_ERROR_NULL_PARAM | The parameter desc is NULL. |