awMakeTxTag
int awMakeTxTag(
BrokerTxClient txclient);
txclient | The Broker client for whom the tag is being created. |
Returns a unique value for use in the tag envelope field of an event. The tag field is used in the request-reply model to associate a reply event with its corresponding request event. Returns 0 if the transactional client has been disconnected or destroyed.
See also: