AsyncReaderWriterLock.LockHandle Structure

 

Microsoft internal only. A "public" representation of a specific lock.

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

protected struct LockHandle

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

This type is thread-safe for all members.

Return to top
Show: