Java.Util.Concurrent.Locks.ReentrantLock.QueueLength Property
Returns an estimate of the number of threads waiting to acquire this lock.

Syntax

[get: Android.Runtime.Register("getQueueLength", "()I", "GetGetQueueLengthHandler")]
public int QueueLength { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns an estimate of the number of threads waiting to acquire this lock. The value is only an estimate because the number of threads may change dynamically while this method traverses internal data structures. This method is designed for use in monitoring of the system state, not for synchronization control.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent.Locks
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1