Java.Util.Concurrent.Locks.ReentrantLock.IsLocked Property
Queries if this lock is held by any thread.

Syntax

[get: Android.Runtime.Register("isLocked", "()Z", "GetIsLockedHandler")]
public virtual bool IsLocked { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Queries if this lock is held by any thread. This method is designed for use in monitoring of the system state, not for synchronization control.

[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