IExpressionEvaluationFrame.CreateEvaluationFrame 方法

定义

为工作流表达式计算创建堆栈帧。

public:
 void CreateEvaluationFrame(System::Workflow::Runtime::DebugEngine::IInstanceTable ^ instanceTable, System::Workflow::Runtime::DebugEngine::DebugEngineCallback ^ callback);
public void CreateEvaluationFrame (System.Workflow.Runtime.DebugEngine.IInstanceTable instanceTable, System.Workflow.Runtime.DebugEngine.DebugEngineCallback callback);
abstract member CreateEvaluationFrame : System.Workflow.Runtime.DebugEngine.IInstanceTable * System.Workflow.Runtime.DebugEngine.DebugEngineCallback -> unit
Public Sub CreateEvaluationFrame (instanceTable As IInstanceTable, callback As DebugEngineCallback)

参数

instanceTable
IInstanceTable

一个实现 IInstanceTable 的对象。 未使用。

callback
DebugEngineCallback

由工作流运行时实现的默认 DebugEngineCallback

注解

此方法由 DebugController 对象调用。

适用于