Share via


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

See Also

Reference

AsyncReaderWriterLock Class

Microsoft.VisualStudio.Threading Namespace