AsyncResult.IsCompleted Propriété

Définition

Obtient une valeur qui indique si l’opération asynchrone est terminée.

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 l’opération est terminée ; sinon, false.

Implémente

S’applique à