Queries the number of reentrant write holds on this lock by the
current thread.
Syntax
[get: Android.Runtime.Register("getWriteHoldCount", "()I", "GetGetWriteHoldCountHandler")] public virtual intWriteHoldCount { 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.