Share via


IWorkflowDebugger 介面

定義

警告

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

定義介面,這個介面會從工作流程主應用程式 (Host Application) 內執行的 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.5 中即將淘汰的類型

此介面是由偵錯工具裝載的 .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>)
已淘汰.

在活動進入 [執行中] 狀態時呼叫。

適用於