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