AsyncReaderWriterLock::LockHandle Properties
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
| Name | Description | |
|---|---|---|
![]() | Data | Microsoft internal only. Gets or sets some object associated to this specific lock. |
![]() | Flags | Microsoft internal only. Gets the flags that were passed into this lock. |
![]() | HasReadLock | Microsoft internal only. Determines whether this lock is an active read lock or is nested by one. |
![]() | HasUpgradeableReadLock | Microsoft internal only. Determines whether this lock is an active upgradeable read lock or is nested by one. |
![]() | HasWriteLock | Microsoft internal only. Determines whether this lock is an active write lock or is nested by one. |
![]() | IsActive | Microsoft internal only. Determines whether this lock is still active. |
![]() | IsReadLock | Microsoft internal only. Determines whether this lock represents a read lock. |
![]() | IsUpgradeableReadLock | Microsoft internal only. Determines whether this lock represents an upgradeable read lock. |
![]() | IsValid | Microsoft internal only. Determines whether this handle is to a lock which was actually acquired. |
![]() | IsWriteLock | Microsoft internal only. Determines whether this lock represents a write lock. |
![]() | NestingLock | Microsoft internal only. Gets the lock within which this lock was acquired. |
