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

一个数字,该数字表示逻辑线程列表中的索引。

适用于