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 de l'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é mais ne s'est pas arrêté normalement ou s'il a été abandonné ; sinon, false
.