AsyncReaderWriterLock::LockHandle::IsUpgradeableReadLock Property

 

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

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

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

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: