AsyncReaderWriterLock::IsWriteLockHeld Property
Visual Studio 2015
Microsoft internal only. Determines whether the caller holds a write lock.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Property Value
Type: System::Booleantrue if the caller holds a write lock. false if any other lock type is held, unless this lock is also nested within the other lock type.
Show: