Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.