AsyncReaderWriterLock.AmbientLock Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.