IWorkflowDebugger 接口

定义

注意

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

定义从工作流主机应用程序内运行的对象接收工作流实例创建、执行和终止状态信息的 DebugController 接口。

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

注解

注释

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

此接口由调试器托管的.NET远程处理对象实现。

方法

名称 说明
ActivityStatusChanged(Guid, Guid, Guid, String, String, ActivityExecutionStatus, Int32)
已过时.

在工作流中的活动发生更改时 ExecutionStatus 调用。

AssemblyLoaded(Guid, String, Boolean)
已过时.

当程序集加载到与工作流主机应用程序中对应的 WorkflowRuntime 应用域中时调用。

BeforeActivityStatusChanged(Guid, Guid, Guid, String, String, ActivityExecutionStatus, Int32)
已过时.

在工作流中的活动更改之前 ExecutionStatus 调用。

BeforeHandlerInvoked(Guid, Guid, String, ActivityHandlerDescriptor)
已过时.

在代码旁的处理程序即将调用之前调用。

HandlerInvoked(Guid, Guid, Int32, String)
已过时.

在调用代码旁的处理程序后调用。

InstanceCompleted(Guid, Guid)
已过时.

工作流实例完成时调用。

InstanceCreated(Guid, Guid, Guid)
已过时.

创建工作流实例时调用。

InstanceDynamicallyUpdated(Guid, Guid, Guid)
已过时.

使用工作流更改动态更新工作流实例时调用。

ScheduleTypeLoaded(Guid, Guid, String, String, String, Boolean, String, String, String)
已过时.

当工作流宿主应用程序中的工作流运行时引擎加载新的工作流类型时调用。

SetInitialActivityStatus(Guid, Guid, Guid, String, String, ActivityExecutionStatus, Int32)
已过时.

调用以设置工作流中活动的初始状态。

UpdateHandlerMethodsForActivity(Guid, Guid, String, List<ActivityHandlerDescriptor>)
已过时.

当活动进入执行状态时调用。

适用于