Android.OS.ConditionVariable.Block Method
Block the current thread until the condition is opened.

Syntax

[Android.Runtime.Register("block", "()V", "GetBlockHandler")]
public virtual void Block ()

Remarks

Block the current thread until the condition is opened.

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