The properties of Java.Util.Concurrent.ITransferQueue are listed below. For a list of all members, see the ITransferQueue Members list.
| [read-only] | HasWaitingConsumer | bool. 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] | WaitingConsumerCount | int. Returns an estimate of the number of consumers waiting to receive elements via IBlockingQueue.Take or timed IBlockingQueue.Poll(long, Java.Util.Concurrent.TimeUnit). |