Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awIs | awIsAckReplyEvent
 
awIsAckReplyEvent
BrokerBoolean awIsAckReplyEvent(
BrokerEvent event);
event
The event to be tested.
Determine if event is an acknowledgment reply to an earlier request event. Returns true (1) if the event is of type Adapter::ack. Returns false(0) if the above is not true, or if the event is invalid.
See also: