IExpressionEvaluationFrame.CreateEvaluationFrame Método

Definição

Cria um quadro de pilha para avaliação de expressões de fluxos de trabalho.

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 IInstanceTable. Não utilizado.

callback
DebugEngineCallback

O padrão DebugEngineCallback implementado pelo tempo de execução do workflow.

Observações

Este método é invocado pelo DebugController objeto.

Aplica-se a