AsyncReaderWriterLock::LockHandle::HasUpgradeableReadLock Property

 

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

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

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

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: