StateManager.Exit(Int32) Método

Definición

Sale del subproceso especificado y establece su ubicación en la lista de subprocesos lógica en 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

Número que representa un índice en una lista de subprocesos lógicos.

Se aplica a