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

See Also

Reference

AsyncReaderWriterResourceLock<TMoniker, TResource> Class

Microsoft.VisualStudio.Threading Namespace