Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awMake | awMakeTxTag
 
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: