TplExtensions.NoThrowTaskAwaiter.IsCompleted Propriété

Définition

Obtient une valeur indiquant si la tâche est terminée.

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

Valeur de propriété

Boolean

true si la tâche s'est terminée, sinon, false.

S’applique à