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: