Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awIs | awIsLastReplyEvent
 
awIsLastReplyEvent
BrokerBoolean awIsLastReplyEvent(
BrokerEvent event);
event
The event to be tested.
Returns true (1) if the event is an Adapter::error event or if this event is the last in a reply sequence, indicated by the envelope fields appSeqn and appLastSeqn being equal. Otherwise 0 (false) is returned.
See also: