IWorkflowDebugger.UpdateHandlerMethodsForActivity Method

Definition

Called when an activity enters the Executing state.

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))

Parameters

programId
Guid

An internally generated Guid associated with a WorkflowRuntime instance.

scheduleTypeId
Guid

An internally generated Guid associated with a workflow type.

activityQualifiedName
String

A String containing the fully qualified name of the current activity.

handlerMethods
List<ActivityHandlerDescriptor>

A List<T> of handlers associated with an activity.

Applies to