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