Java.Util.Concurrent.Semaphore: Property Members

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

Public Properties

[read-only]
HasQueuedThreadsbool. Queries whether any threads are waiting to acquire.
[read-only]
IsFairbool. Returns true if this semaphore has fairness set true.
[read-only]
QueueLengthint. Returns an estimate of the number of threads waiting to acquire.

Protected Properties

[read-only]
QueuedThreadsICollection<Java.Lang.Thread>. Returns a collection containing threads that may be waiting to acquire.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.