AsyncReaderWriterLock::LockStackContains Method (AsyncReaderWriterLock::LockFlags, AsyncReaderWriterLock::LockHandle)
Visual Studio 2015
Microsoft internal only. Checks whether the aggregated flags from all the locks in the lock stack satisfy the specified flag(s).
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
protected: bool LockStackContains( AsyncReaderWriterLock::LockFlags flags, AsyncReaderWriterLock::LockHandle handle )
Parameters
- flags
-
Type:
Microsoft.VisualStudio.Threading::AsyncReaderWriterLock::LockFlags
The flag(s) to look for.
- handle
-
Type:
Microsoft.VisualStudio.Threading::AsyncReaderWriterLock::LockHandle
The head of the lock stack.
Return Value
Type: System::Booleantrue if the specified flags are found somewhere in the lock stack, otherwise false.
Show: