IExpressionEvaluationFrame.CreateEvaluationFrame(IInstanceTable, DebugEngineCallback) Método
Definição
Cria um registro de ativação para avaliação de expressão de fluxo de trabalho.Creates a stack frame for workflow expression evaluation.
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)
Parâmetros
- instanceTable
- IInstanceTable
Um objeto que implementa o IInstanceTable.An object that implements IInstanceTable. Não usado.Not used.
- callback
- DebugEngineCallback
O DebugEngineCallback padrão implementado pelo runtime de fluxo de trabalho.The default DebugEngineCallback implemented by the workflow runtime.
Comentários
Esse método é invocado pelo DebugController objeto.This method is invoked by the DebugController object.