Share via


AsyncReaderWriterLock.LockHandle.IsValid Property

Microsoft internal only. Determines whether this handle is to a lock which was actually acquired.

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

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock.LockHandle Structure

Microsoft.VisualStudio.Threading Namespace