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
一個代表邏輯執行緒清單索引的數字。