Retrieves the next item from the queue.
Syntax
T GetQueueObject(void);
Return Value
Returns an object of type T (the template type).
Remarks
This method blocks until an item is available on the queue.
See Also