AsyncReaderWriterLock::IsPassiveWriteLockHeld Property
Visual Studio 2015
Determines whether a write lock is held by the caller without regard to the lock compatibility of the caller's context.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Property Value
Type: System::Booleantrue if the caller holds a write lock. This property returns false if any other lock type is held, unless this lock is also nested within that alternate lock type.
Show: