ReaderWriterLockSlim.RecursiveWriteCount Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the number of times the current thread has entered the lock in write mode, as an indication of recursion.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Int320 if the current thread has not entered write mode, 1 if the thread has entered write mode but has not entered it recursively, or n if the thread has entered write mode recursively n - 1 times.
Show: