IWorkflowDebuggerService Interface

Definição

Atenção

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Notifica o depurador de workflow que ocorreram eventos de avaliação de condição de código.

public interface class IWorkflowDebuggerService
public interface IWorkflowDebuggerService
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IWorkflowDebuggerService
type IWorkflowDebuggerService = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IWorkflowDebuggerService = interface
Public Interface IWorkflowDebuggerService
Atributos

Observações

Note

Este material discute tipos e namespaces que estão obsoletos. Para mais informações, consulte Tipos Descontinuados no Windows Workflow Foundation 4.5.

Esta interface é implementada pelo motor de execução de workflow.

Métodos

Name Description
NotifyHandlerInvoked()
Obsoleto.

Chamado após a invocação de um manipulador de condição de código.

NotifyHandlerInvoking(Delegate)
Obsoleto.

Chamado antes de ser invocado um manipulador de condição de código.

Aplica-se a