AbstractQueuedLongSynchronizer.ConditionObject.AwaitNanos(Int64) Method

Definition

Implements timed condition wait.

[Android.Runtime.Register("awaitNanos", "(J)J", "")]
public long AwaitNanos (long nanosTimeout);
[<Android.Runtime.Register("awaitNanos", "(J)J", "")>]
abstract member AwaitNanos : int64 -> int64
override this.AwaitNanos : int64 -> int64

Parameters

nanosTimeout
Int64

the maximum time to wait, in nanoseconds

Returns

Int64

Implements

Attributes

Exceptions

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to