Thread.IsAlive Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant l’état d’exécution du thread actuel.
public:
property bool IsAlive { bool get(); };
public bool IsAlive { get; }
member this.IsAlive : bool
Public ReadOnly Property IsAlive As Boolean
Valeur de propriété
true si ce thread a été démarré et n’a pas été arrêté normalement ou abandonné ; sinon, false.