AsyncReaderWriterLock::GetAggregateLockFlags Method ()
Visual Studio 2015
Microsoft internal only. Gets the aggregate of the lock flags for all nested locks.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Return Value
Type: Microsoft.VisualStudio.Threading::AsyncReaderWriterLock::LockFlagsReturns AsyncReaderWriterLock::LockFlags.
This method is not the same as LockStackContains because that method returns immediately after it determines the presence of certain flag(s), while the current method aggregates all flags, some of which may be defined by derived types.
Show: