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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns a collection containing threads that may be waiting to acquire the 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 lock 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