Java.Util.Concurrent.Locks.ReentrantReadWriteLock.HasQueuedThreads Property
Queries whether any threads are waiting to acquire the read or write lock.

Syntax

[get: Android.Runtime.Register("hasQueuedThreads", "()Z", "GetHasQueuedThreadsHandler")]
public bool HasQueuedThreads { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Queries whether any threads are waiting to acquire the read or write lock. Note that because cancellations may occur at any time, a true return does not guarantee that any other thread will ever acquire a lock. This method is designed primarily for use in monitoring of the system state.

[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