Java.Util.Concurrent.Locks.ReentrantLock.NewCondition Method
Returns a Java.Util.Concurrent.Locks.ICondition instance for use with this Java.Util.Concurrent.Locks.ILock instance.

Syntax

[Android.Runtime.Register("newCondition", "()Ljava/util/concurrent/locks/Condition;", "GetNewConditionHandler")]
public virtual ICondition NewCondition ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Java.Util.Concurrent.Locks.ICondition instance for use with this Java.Util.Concurrent.Locks.ILock instance.

The returned Java.Util.Concurrent.Locks.ICondition instance supports the same usages as do the Java.Lang.Object monitor methods (Java.Lang.Object.Wait, Java.Lang.Object.Notify, and Java.Lang.Object.NotifyAll) when used with the built-in monitor lock.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent.Locks
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1