Android.OS.ConditionVariable.Block Method
Block the current thread until the condition is opened or until timeout milliseconds have passed.

Syntax

[Android.Runtime.Register("block", "(J)Z", "GetBlock_JHandler")]
public virtual bool Block (long timeout)

Parameters

timeout
the minimum time to wait in milliseconds.

Returns

Documentation for this section has not yet been entered.

Remarks

Block the current thread until the condition is opened or until timeout milliseconds have passed.

If the condition is already opened, return immediately.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1