StateManager.Exit(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
結束指定的執行緒,將其在邏輯執行緒清單中的位置設定為 null
。
public:
void Exit(int threadIndex);
public void Exit (int threadIndex);
member this.Exit : int -> unit
Public Sub Exit (threadIndex As Integer)
參數
- threadIndex
- Int32
表示邏輯執行緒清單之索引的數字。