The ModuleInfo..::..QueueInfo type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
CurrentQueueLength
Gets the maximum numbers of tuples that this queue can currently contain.
MaxQueueLength
Gets the approximate number of tuples currently in this queue. This number is approximate since there can be multiple threads accessing the queue at the same time.
QueueName
Gets the name of this queue.

See Also