Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awMake | awMakeTag
 
awMakeTag
int awMakeTag(BrokerClient client);
client
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 client has been disconnected or destroyed.
See also: