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