語言

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

一個代表邏輯執行緒清單索引的數字。

適用於