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
| [read-only] | ArrivedParties | int. Returns the number of registered parties that have arrived at the current phase of this phaser. |
| [read-only] | IsTerminated | bool. Returns true if this phaser has been terminated. |
| [read-only] | Parent | Phaser. Returns the parent of this phaser, or null if none. |
| [read-only] | Phase | int. Returns the current phase number. |
| [read-only] | RegisteredParties | int. Returns the number of parties registered at this phaser. |
| [read-only] | Root | Phaser. Returns the root ancestor of this phaser, which is the same as this phaser if it has no parent. |
| [read-only] | UnarrivedParties | int. Returns the number of registered parties that have not yet arrived at the current phase of this phaser. |
| [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. |