TibrvDispatchable::destroy()

Method

Declaration

virtual TibrvStatus destroy () = 0;

Purpose

Destroy a queue or queue group.

Remarks

When a queue is destroyed, events that remain in the queue are discarded.

When a queue group is destroyed, the individual queues in the group continue to exist, even though the group has been destroyed.

See Also

TibrvQueue::destroy()

TibrvQueueGroup::destroy()