This
method returns TRUE if the event is deleted
by the event dispatcher (OMThread) after its consumption.
This method is called by the OMThread::execute method.
SignatureOMBoolean isDeleteAfterConsume() const
ReturnsThe
method returns one of the following values:
- TRUE -
The event is deleted
after it is consumed.
- FALSE -
The event should not be
deleted after it is consumed.