Java.Util.Concurrent.Phaser.Arrive Method
Arrives at this phaser, without waiting for others to arrive.

Syntax

[Android.Runtime.Register("arrive", "()I", "GetArriveHandler")]
public virtual int Arrive ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif not terminated and the number of unarrived parties would become negative

Remarks

Arrives at this phaser, without waiting for others to arrive.

It is a usage error for an unregistered party to invoke this method. However, this error may result in an IllegalStateException only upon some subsequent operation on this phaser, if ever.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0