Android.OS.ConditionVariable: Method Members

The methods of Android.OS.ConditionVariable are listed below. For a list of all members, see the ConditionVariable Members list.

See Also: Inherited members from Java.Lang.Object

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.