Java.Util.Concurrent.ITransferQueue.WaitingConsumerCount Property
Returns an estimate of the number of consumers waiting to receive elements via IBlockingQueue.Take or timed IBlockingQueue.Poll(long, Java.Util.Concurrent.TimeUnit).

Syntax

[get: Android.Runtime.Register("getWaitingConsumerCount", "()I", "GetGetWaitingConsumerCountHandler:Java.Util.Concurrent.ITransferQueueInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int WaitingConsumerCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an estimate of the number of consumers waiting to receive elements via IBlockingQueue.Take or timed IBlockingQueue.Poll(long, Java.Util.Concurrent.TimeUnit). The return value is an approximation of a momentary state of affairs, that may be inaccurate if consumers have completed or given up waiting. The value may be useful for monitoring and heuristics, but not for synchronization control. Implementations of this method are likely to be noticeably slower than those for ITransferQueue.HasWaitingConsumer.

[Android Documentation]

Requirements

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