AsyncReaderWriterLock.GetAggregateLockFlags Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the aggregate of the lock flags for all nested locks.
protected:
Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockFlags GetAggregateLockFlags();
C++/WinRT
Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockFlags GetAggregateLockFlags();
protected Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockFlags GetAggregateLockFlags();
member this.GetAggregateLockFlags : unit -> Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockFlags
Protected Function GetAggregateLockFlags () As AsyncReaderWriterLock.LockFlags
Returns AsyncReaderWriterLock.LockFlags.
This is not redundant with LockStackContains(AsyncReaderWriterLock+LockFlags, AsyncReaderWriterLock+LockHandle) because that returns fast once the presence of certain flag(s) is determined, whereas this will aggregate all flags, some of which may be defined by derived types.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |