The members of Java.Util.Concurrent.ITransferQueue are listed below.
| [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). |
Transfer(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
TryTransfer(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
TryTransfer(Java.Lang.Object, long, TimeUnit)Documentation for this section has not yet been entered. | ||