AsyncReaderWriterLock.LockHandle.NestingLock Property

Definition

Gets the lock within which this lock was acquired.

public:
 property Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockHandle NestingLock { Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockHandle get(); };
public Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockHandle NestingLock { get; }
member this.NestingLock : Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockHandle
Public ReadOnly Property NestingLock As AsyncReaderWriterLock.LockHandle

Property Value

Returns AsyncReaderWriterLock.LockHandle.

Applies to