Java.Util.Concurrent.Phaser: Property Members

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

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
ArrivedPartiesint. Returns the number of registered parties that have arrived at the current phase of this phaser.
[read-only]
IsTerminatedbool. Returns true if this phaser has been terminated.
[read-only]
ParentPhaser. Returns the parent of this phaser, or null if none.
[read-only]
Phaseint. Returns the current phase number.
[read-only]
RegisteredPartiesint. Returns the number of parties registered at this phaser.
[read-only]
RootPhaser. Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent.
[read-only]
UnarrivedPartiesint. Returns the number of registered parties that have not yet arrived at the current phase of this phaser.

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.