AsyncReaderWriterLock.LockHandle.HasWriteLock Property
Microsoft internal only. Determines whether this lock is an active write lock or is nested by one.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public ReadOnly Property HasWriteLock As Boolean
public bool HasWriteLock { get; }
public:
property bool HasWriteLock {
bool get ();
}
member HasWriteLock : bool with get
function get HasWriteLock () : 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.