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