ValueTaskAwaiter.IsCompleted Proprietà

Definizione

Ottiene un valore che indica il completamento o meno di ValueTask.

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

Valore della proprietà

true se ValueTask è stato completato; in caso contrario, false.

Si applica a