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,其中包含有关即将调用的代码旁置处理程序方法的信息。

适用于