Java.Util.Concurrent.Semaphore.HasQueuedThreads Property
Queries whether any threads are waiting to acquire.

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. Note that because cancellations may occur at any time, a true return does not guarantee that any other thread will ever acquire. This method is designed primarily for use in monitoring of the system state.

[Android Documentation]

Requirements

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