StateManager.Exit(Int32) Méthode
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.
Quitte le thread spécifié et définit son emplacement dans la liste de thread logique avec la valeur null
.
public:
void Exit(int threadIndex);
public void Exit (int threadIndex);
member this.Exit : int -> unit
Public Sub Exit (threadIndex As Integer)
Paramètres
- threadIndex
- Int32
Nombre qui représente un index dans une liste de threads logiques.