The properties of Java.Util.Concurrent.Semaphore are listed below. For a list of all members, see the Semaphore Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | HasQueuedThreads | bool. Queries whether any threads are waiting to acquire. |
[read-only] | IsFair | bool. Returns true if this semaphore has fairness set true. |
[read-only] | QueueLength | int. Returns an estimate of the number of threads waiting to acquire. |
[read-only] | QueuedThreads | ICollection<Java.Lang.Thread>. Returns a collection containing threads that may be waiting to acquire. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |