AsyncReaderWriterLock::LockHandle::IsReadLock Property

 

Microsoft internal only. Determines whether this lock represents a read lock.

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

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

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: