Share via


AsyncReaderWriterLock.LockHandle.NestingLock Property

Microsoft internal only. Gets the lock within which this lock was acquired.

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

Syntax

'Declaration
Public ReadOnly Property NestingLock As AsyncReaderWriterLock.LockHandle
public AsyncReaderWriterLock.LockHandle NestingLock { get; }
public:
property AsyncReaderWriterLock::LockHandle NestingLock {
    AsyncReaderWriterLock::LockHandle get ();
}
member NestingLock : AsyncReaderWriterLock.LockHandle with get
function get NestingLock () : AsyncReaderWriterLock.LockHandle

Property Value

Type: Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockHandle
Returns AsyncReaderWriterLock.LockHandle.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock.LockHandle Structure

Microsoft.VisualStudio.Threading Namespace