AsyncReaderWriterLock::LockHandle::IsWriteLock Property

 

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

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

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

Property Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: