Java.Util.Concurrent.Locks.ReentrantReadWriteLock.ReadLockCount Property
Queries the number of read locks held for this lock.

Syntax

[get: Android.Runtime.Register("getReadLockCount", "()I", "GetGetReadLockCountHandler")]
public virtual int ReadLockCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Queries the number of read locks held for this lock. 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