IProcessStartedCompletionRoutine.OnComplete(Int32, Exception) 方法

定义

public:
 void OnComplete(int processId, Exception ^ error);
public void OnComplete (int processId, Exception error);
abstract member OnComplete : int * Exception -> unit
Public Sub OnComplete (processId As Integer, error As Exception)

参数

processId
Int32

已启动进程的 id; 如果出现错误,则为0。

error
Exception

描述启动模拟器时出现的任何错误的异常,如果没有错误,则为 null。SimulatorException 描述处理请求时遇到的任何错误。

适用于