AsyncReaderWriterLock.LockHandle.HasReadLock Property

Definition

Gets a value indicating whether this lock is an active read lock or is nested by one.

public:
 property bool HasReadLock { bool get(); };
public:
 property bool HasReadLock { bool get(); };
public bool HasReadLock { get; }
member this.HasReadLock : bool
Public ReadOnly Property HasReadLock As Boolean

Property Value

Returns Boolean.

Applies to