IWorkflowDebuggerService 接口

定义

注意

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

通知工作流调试器代码条件评估事件已发生。

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
属性

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

此接口由工作流运行时引擎实现。

方法

名称 说明
NotifyHandlerInvoked()
已过时.

调用代码条件处理程序后调用。

NotifyHandlerInvoking(Delegate)
已过时.

在调用代码条件处理程序之前调用。

适用于