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

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

此介面由除錯器所承載的 .NET 遠端物件實作。

方法

名稱 Description
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>)
已淘汰.

當活動進入執行狀態時呼叫。

適用於