Java.Util.Concurrent.Locks.ReentrantReadWriteLock.WriteHoldCount Property
Queries the number of reentrant write holds on this lock by the current thread.

Syntax

[get: Android.Runtime.Register("getWriteHoldCount", "()I", "GetGetWriteHoldCountHandler")]
public virtual int WriteHoldCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Queries the number of reentrant write holds on this lock by the current thread. A writer thread has a hold on a lock for each lock action that is not matched by an unlock action.

[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