AsyncReaderWriterLock::IsPassiveUpgradeableReadLockHeld Property

 

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

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

public:
property bool IsPassiveUpgradeableReadLockHeld {
	bool get();
}

Property Value

Type: System::Boolean

true if an upgradeable read lock is held by the caller. This property returns false if any other lock type is held, unless this lock is also nested within that alternate lock type.

Return to top
Show: