TibrvQueue.destroy()
Method
Declaration
void destroy
()
Purpose
Remarks
When a queue is destroyed, events that remain in the queue are discarded.
Destroying a queue invalidates all events associated with the queue.
A program must not call TibrvQueue.destroy() on the default queue. Closing Tibrv destroys the default queue; see Tibrv.close().