IWorkflowDebuggerService Interface

Definição

Cuidado

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

Notifica o depurador de fluxo de trabalho de 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

Comentários

Note

Esse material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5.

Essa interface é implementada pelo mecanismo de runtime do fluxo de trabalho.

Métodos

Nome Description
NotifyHandlerInvoked()
Obsoleto.

Chamado depois que um manipulador de condição de código é invocado.

NotifyHandlerInvoking(Delegate)
Obsoleto.

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

Aplica-se a