Java.Util.Concurrent.ITransferQueue: Property Members

The properties of Java.Util.Concurrent.ITransferQueue are listed below. For a list of all members, see the ITransferQueue Members list.

Public Properties

[read-only]
HasWaitingConsumerbool. Returns true if there is at least one consumer waiting to receive an element via IBlockingQueue.Take or timed IBlockingQueue.Poll(long, Java.Util.Concurrent.TimeUnit).
[read-only]
WaitingConsumerCountint. Returns an estimate of the number of consumers waiting to receive elements via IBlockingQueue.Take or timed IBlockingQueue.Poll(long, Java.Util.Concurrent.TimeUnit).