AsyncReaderWriterLock::AmbientLock Property
Visual Studio 2015
Microsoft internal only. Gets the lock held by the caller's execution context.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
protected: property AsyncReaderWriterLock::LockHandle AmbientLock { AsyncReaderWriterLock::LockHandle get(); }
Property Value
Type: Microsoft.VisualStudio.Threading::AsyncReaderWriterLock::LockHandleThe AsyncReaderWriterLock::LockHandle held by the caller's execution context.
Show: