Java.Util.Concurrent.CyclicBarrier: Property Members

The properties of Java.Util.Concurrent.CyclicBarrier are listed below. For a list of all members, see the CyclicBarrier Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
IsBrokenbool. Queries if this barrier is in a broken state.
[read-only]
NumberWaitingint. Returns the number of parties currently waiting at the barrier.
[read-only]
Partiesint. Returns the number of parties required to trip this barrier.

Protected Properties

[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.