Android.OS.ConditionVariable.Open Method
Open the condition, and release all threads that are blocked.

Syntax

[Android.Runtime.Register("open", "()V", "GetOpenHandler")]
public virtual void Open ()

Remarks

Open the condition, and release all threads that are blocked.

Any threads that later approach block() will not block unless close() is called.

[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