StateManager.Exit(Int32) Método
Definição
Sai do thread especificado e define seu local na lista de threads lógicos como null.Exits the specified thread and sets its location in the logical thread list to null.
public:
void Exit(int threadIndex);
public void Exit (int threadIndex);
member this.Exit : int -> unit
Public Sub Exit (threadIndex As Integer)
Parâmetros
- threadIndex
- Int32
Um número que representa um índice em uma lista de threads lógicos.A number that represents an index into a list of logical threads.