Android.OS.ConditionVariable.Close Method
Reset the condition to the closed state.

Syntax

[Android.Runtime.Register("close", "()V", "GetCloseHandler")]
public virtual void Close ()

Remarks

Reset the condition to the closed state.

Any threads that call block() will block until someone calls open.

[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