Share via


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)

Syntax

'Declaration
Public ReadOnly Property IsReadLock As Boolean
public bool IsReadLock { get; }
public:
property bool IsReadLock {
    bool get ();
}
member IsReadLock : bool with get
function get IsReadLock () : boolean

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock.LockHandle Structure

Microsoft.VisualStudio.Threading Namespace