Java.Util.Concurrent.Phaser.AwaitAdvance Method
Awaits the phase of this phaser to advance from the given phase value, returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.

Syntax

[Android.Runtime.Register("awaitAdvance", "(I)I", "GetAwaitAdvance_IHandler")]
public virtual int AwaitAdvance (int phase)

Parameters

phase
an arrival phase number, or negative value if terminated; this argument is normally the value returned by a previous call to arrive or arriveAndDeregister.

Returns

Documentation for this section has not yet been entered.

Remarks

Awaits the phase of this phaser to advance from the given phase value, returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.

[Android Documentation]

Requirements

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