Returns the number of registered parties that have not yet
arrived at the current phase of this phaser.
Syntax
[get: Android.Runtime.Register("getUnarrivedParties", "()I", "GetGetUnarrivedPartiesHandler")] public virtual intUnarrivedParties { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Returns the number of registered parties that have not yet
arrived at the current phase of this phaser. If this phaser has
terminated, the returned value is meaningless and arbitrary.