queue

This method queues events to be processed by the thread event loop.

Visibility
Public
Signature
virtual bool queue(IOxfEvent* ev, const IOxfEventGenerationParams& params);
Parameters
ev

Specifies the event to be queued

params

The parameters for the event

Returns

The method returns one of the following Boolean values:

Notes

In the framework, queue is virtual to support enhanced framework customization. It can also support several event queues per task.


Feedback