IWorkflowDebugger.UpdateHandlerMethodsForActivity 方法

定義

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

public:
 void UpdateHandlerMethodsForActivity(Guid programId, Guid scheduleTypeId, System::String ^ activityQualifiedName, System::Collections::Generic::List<System::Workflow::Runtime::DebugEngine::ActivityHandlerDescriptor> ^ handlerMethods);
public void UpdateHandlerMethodsForActivity (Guid programId, Guid scheduleTypeId, string activityQualifiedName, System.Collections.Generic.List<System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor> handlerMethods);
abstract member UpdateHandlerMethodsForActivity : Guid * Guid * string * System.Collections.Generic.List<System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor> -> unit
Public Sub UpdateHandlerMethodsForActivity (programId As Guid, scheduleTypeId As Guid, activityQualifiedName As String, handlerMethods As List(Of ActivityHandlerDescriptor))

參數

programId
Guid

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

scheduleTypeId
Guid

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

activityQualifiedName
String

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

handlerMethods
List<ActivityHandlerDescriptor>

與活動關聯之處理常式的 List<T>

適用於