StateManager.Exit(Int32) 方法

定義

結束指定的執行緒,將其在邏輯執行緒清單中的位置設定為 null

public:
 void Exit(int threadIndex);
public void Exit (int threadIndex);
member this.Exit : int -> unit
Public Sub Exit (threadIndex As Integer)

參數

threadIndex
Int32

表示邏輯執行緒清單之索引的數字。

適用於