Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awDelete | awDeleteEvent
 
awDeleteEvent
void awDeleteEvent(
BrokerEvent event);
Deletes the specified event and releases its storage.
Important:
Do not invoke this function from within a callback function to delete a received event. Other callback functions may be invoked later to process the same event.
See also: