This method queues events to be processed by the thread event loop.
Public
virtual bool queue(IOxfEvent* ev, const IOxfEventGenerationParams& params);
ev
Specifies the event to be queued
params
The parameters for the event
The method returns one of the following Boolean values:
In the framework, queue is virtual to support enhanced framework customization. It can also support several event queues per task.