AsyncReaderWriterLock::LockHandle Properties

 

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

NameDescription
System_CAPS_pubpropertyData

Microsoft internal only. Gets or sets some object associated to this specific lock.

System_CAPS_pubpropertyFlags

Microsoft internal only. Gets the flags that were passed into this lock.

System_CAPS_pubpropertyHasReadLock

Microsoft internal only. Determines whether this lock is an active read lock or is nested by one.

System_CAPS_pubpropertyHasUpgradeableReadLock

Microsoft internal only. Determines whether this lock is an active upgradeable read lock or is nested by one.

System_CAPS_pubpropertyHasWriteLock

Microsoft internal only. Determines whether this lock is an active write lock or is nested by one.

System_CAPS_pubpropertyIsActive

Microsoft internal only. Determines whether this lock is still active.

System_CAPS_pubpropertyIsReadLock

Microsoft internal only. Determines whether this lock represents a read lock.

System_CAPS_pubpropertyIsUpgradeableReadLock

Microsoft internal only. Determines whether this lock represents an upgradeable read lock.

System_CAPS_pubpropertyIsValid

Microsoft internal only. Determines whether this handle is to a lock which was actually acquired.

System_CAPS_pubpropertyIsWriteLock

Microsoft internal only. Determines whether this lock represents a write lock.

System_CAPS_pubpropertyNestingLock

Microsoft internal only. Gets the lock within which this lock was acquired.

Return to top
Show: