AsyncReaderWriterLock.LockFlags Enumeration
Visual Studio 2015
Microsoft internal only. Flags that modify the default lock behavior.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Member name | Description | |
|---|---|---|
| None | Microsoft internal only. The default behavior. | |
| StickyWrite | Microsoft internal only. Causes an upgradeable reader to remain in an upgraded-write state once upgraded, even after the nested write lock has been released. |
This type is thread-safe for all members.
Show: