Android.OS.ConditionVariable Members

The members of Android.OS.ConditionVariable are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create the ConditionVariable in the default closed state.
Create the ConditionVariable with the given state.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Block()
Block the current thread until the condition is opened.
Block(long) : bool
Block the current thread until the condition is opened or until timeout milliseconds have passed.
Close()
Reset the condition to the closed state.
Open()
Open the condition, and release all threads that are blocked.