IWorkflowDebugger.BeforeHandlerInvoked 方法

定義

在要叫用程式碼除外中的處理常式前呼叫。

public:
 void BeforeHandlerInvoked(Guid programId, Guid scheduleTypeId, System::String ^ activityQualifiedName, System::Workflow::Runtime::DebugEngine::ActivityHandlerDescriptor handlerMethod);
public void BeforeHandlerInvoked (Guid programId, Guid scheduleTypeId, string activityQualifiedName, System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor handlerMethod);
abstract member BeforeHandlerInvoked : Guid * Guid * string * System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor -> unit
Public Sub BeforeHandlerInvoked (programId As Guid, scheduleTypeId As Guid, activityQualifiedName As String, handlerMethod As ActivityHandlerDescriptor)

參數

programId
Guid

內部產生的 Guid,與 WorkflowRuntime 執行個體關聯。

scheduleTypeId
Guid

內部產生的 Guid,與工作流程類型關聯。

activityQualifiedName
String

包含目前活動之完整名稱的 String

handlerMethod
ActivityHandlerDescriptor

ActivityHandlerDescriptor,其中包含要叫用之程式碼除外處理常式方法的相關資訊。

適用於