Java.Util.Concurrent.ITransferQueue Members

The members of Java.Util.Concurrent.ITransferQueue are listed below.

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).

Public Methods

Transfer(Java.Lang.Object)
Documentation for this section has not yet been entered.
TryTransfer(Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
TryTransfer(Java.Lang.Object, long, TimeUnit) : bool
Documentation for this section has not yet been entered.