AsyncReaderWriterResourceLock<TMoniker, TResource> Properties

 

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

NameDescription
System_CAPS_protpropertyAmbientLock

Microsoft internal only. Gets the lock held by the caller's execution context.(Inherited from AsyncReaderWriterLock.)

System_CAPS_protpropertyCaptureDiagnostics

Microsoft internal only. Determines whether additional resources should be spent to collect information that would be useful in diagnosing deadlocks.(Inherited from AsyncReaderWriterLock.)

System_CAPS_pubpropertyCompletion

Microsoft internal only. Gets a task whose completion signals that this lock will no longer issue locks.(Inherited from AsyncReaderWriterLock.)

System_CAPS_pubpropertyIsAnyLockHeld

Microsoft internal only. Determines whether any kind of lock is held by the caller and can be immediately used given the caller's context.(Inherited from AsyncReaderWriterLock.)

System_CAPS_pubpropertyIsAnyPassiveLockHeld

Microsoft internal only. Determines whether any kind of lock is held by the caller without regard to the lock compatibility of the caller's context.(Inherited from AsyncReaderWriterLock.)

System_CAPS_pubpropertyIsPassiveReadLockHeld

Determines whether a read lock is held by the caller without regard to the lock compatibility of the caller's context.(Inherited from AsyncReaderWriterLock.)

System_CAPS_pubpropertyIsPassiveUpgradeableReadLockHeld

Determines whether an upgradeable read lock is held by the caller without regard to the lock compatibility of the caller's context.(Inherited from AsyncReaderWriterLock.)

System_CAPS_pubpropertyIsPassiveWriteLockHeld

Determines whether a write lock is held by the caller without regard to the lock compatibility of the caller's context.(Inherited from AsyncReaderWriterLock.)

System_CAPS_pubpropertyIsReadLockHeld

Microsoft internal only. Determines whether the caller holds a read lock.(Inherited from AsyncReaderWriterLock.)

System_CAPS_pubpropertyIsUpgradeableReadLockHeld

Microsoft internal only. Determines whether the caller holds an upgradeable read lock.(Inherited from AsyncReaderWriterLock.)

System_CAPS_pubpropertyIsWriteLockHeld

Microsoft internal only. Determines whether the caller holds a write lock.(Inherited from AsyncReaderWriterLock.)

System_CAPS_protpropertySyncObject

Microsoft internal only. Gets the object used to synchronize access to the fields of this instance.(Inherited from AsyncReaderWriterLock.)

Return to top
Show: