TibrvQueueGroup::remove()

Method

Declaration

virtual TibrvStatus remove(TibrvQueue* queue);

Purpose

Remove an event queue from a queue group.

Remarks

If the queue is not in the group, this call returns the status code TIBRV_INVALID_QUEUE.

Parameter

Description

eventQueue

Remove this event queue from a queue group.

See Also

TibrvQueue