AsyncReaderWriterLock.AmbientLock Property
Microsoft internal only. Gets the lock held by the caller's execution context.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Protected ReadOnly Property AmbientLock As AsyncReaderWriterLock.LockHandle
protected AsyncReaderWriterLock.LockHandle AmbientLock { get; }
protected:
property AsyncReaderWriterLock::LockHandle AmbientLock {
AsyncReaderWriterLock::LockHandle get ();
}
member AmbientLock : AsyncReaderWriterLock.LockHandle with get
function get AmbientLock () : AsyncReaderWriterLock.LockHandle
Property Value
Type: Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockHandle
The AsyncReaderWriterLock.LockHandle held by the caller's execution context.
.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.