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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.