AsyncReaderWriterResourceLock<TMoniker, TResource>.GetAggregateLockFlags Method
Microsoft internal only. Returns the aggregate of the lock flags for all nested locks.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Protected Function GetAggregateLockFlags As AsyncReaderWriterResourceLock(Of T).LockFlags
protected AsyncReaderWriterResourceLock<T>.LockFlags GetAggregateLockFlags()
protected:
AsyncReaderWriterResourceLock<T>::LockFlags GetAggregateLockFlags()
member GetAggregateLockFlags : unit -> AsyncReaderWriterResourceLock<T>.LockFlags
protected function GetAggregateLockFlags() : AsyncReaderWriterResourceLock<TMoniker, TResource>.LockFlags
Return Value
Type: Microsoft.VisualStudio.Threading.AsyncReaderWriterResourceLock<TMoniker, TResource>.LockFlags
Returns AsyncReaderWriterResourceLock<TMoniker, TResource>.LockFlags.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.