Share via


AsyncReaderWriterLock.AmbientLock Property

Definition

Gets the lock held by the caller's execution context.

protected:
 property Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockHandle AmbientLock { Microsoft::VisualStudio::Threading::AsyncReaderWriterLock::LockHandle get(); };
protected Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockHandle AmbientLock { get; }
member this.AmbientLock : Microsoft.VisualStudio.Threading.AsyncReaderWriterLock.LockHandle
Protected ReadOnly Property AmbientLock As AsyncReaderWriterLock.LockHandle

Property Value

The AsyncReaderWriterLock.LockHandle held by the caller's execution context.

Applies to