Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetEventTag
 
awSetEventTag
BrokerError awSetEventTag(
BrokerEvent event,
int tag);
Set the tag envelope field of event to the value represented by tag. This is equivalent to, but more convenient than, calling:
awSetIntegerField(event,"_env.tag",tag);
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_EVENT
The event is invalid.
See also: