Java.Util.Concurrent.Locks.ReentrantReadWriteLock.IsWriteLocked Property
Queries if the write lock is held by any thread.

Syntax

[get: Android.Runtime.Register("isWriteLocked", "()Z", "GetIsWriteLockedHandler")]
public virtual bool IsWriteLocked { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Queries if the write lock is held by any thread. This method is designed for use in monitoring 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