Share via


AsyncReaderWriterLock.Awaiter.IsCompleted Property

Microsoft internal only. Determines whether the lock has been issued.

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

Syntax

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

Property Value

Type: System.Boolean
true if the lock has been issued, otherwise false.

.NET Framework Security

See Also

Reference

AsyncReaderWriterLock.Awaiter Class

Microsoft.VisualStudio.Threading Namespace