IWorkflowDebugger.BeforeHandlerInvoked 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在程式碼旁的處理器即將被呼叫前呼叫。
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 實例。
- handlerMethod
- ActivityHandlerDescriptor
一個 ActivityHandlerDescriptor 包含即將被呼叫的 code-side handler method 的資訊。