Java.Util.Concurrent.Locks.ReentrantReadWriteLock.QueuedThreads Property
Returns a collection containing threads that may be waiting to acquire either the read or write lock.

Syntax

[get: Android.Runtime.Register("getQueuedThreads", "()Ljava/util/Collection;", "GetGetQueuedThreadsHandler")]
protected virtual ICollection<Java.Lang.Thread> QueuedThreads { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns a collection containing threads that may be waiting to acquire either the read or write lock. Because the actual set of threads may change dynamically while constructing this result, the returned collection is only a best-effort estimate. The elements of the returned collection are in no particular order. This method is designed to facilitate construction of subclasses that provide more extensive monitoring facilities.

[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