AsyncReaderWriterLock::LockStackContains Method (AsyncReaderWriterLock::LockFlags, AsyncReaderWriterLock::LockHandle)

 

Microsoft internal only. Checks whether the aggregated flags from all the locks in the lock stack satisfy the specified flag(s).

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

protected:
bool LockStackContains(
	AsyncReaderWriterLock::LockFlags flags,
	AsyncReaderWriterLock::LockHandle handle
)

Return Value

Type: System::Boolean

true if the specified flags are found somewhere in the lock stack, otherwise false.

Return to top
Show: