Java.Util.Concurrent.ITransferQueue.HasWaitingConsumer Property
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).

Syntax

[get: Android.Runtime.Register("hasWaitingConsumer", "()Z", "GetHasWaitingConsumerHandler:Java.Util.Concurrent.ITransferQueueInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool HasWaitingConsumer { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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). The return value represents a momentary state of affairs.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0