IWorkflowDebugger::UpdateHandlerMethodsForActivity Method (Guid, Guid, String^, List<ActivityHandlerDescriptor>^)

 

Called when an activity enters the Executing state.

Namespace:   System.Workflow.Runtime.DebugEngine
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

void UpdateHandlerMethodsForActivity(
	Guid programId,
	Guid scheduleTypeId,
	String^ activityQualifiedName,
	List<ActivityHandlerDescriptor>^ handlerMethods
)

Parameters

programId
Type: System::Guid

An internally generated Guid associated with a WorkflowRuntime instance.

scheduleTypeId
Type: System::Guid

An internally generated Guid associated with a workflow type.

activityQualifiedName
Type: System::String^

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

handlerMethods
Type: System.Collections.Generic::List<ActivityHandlerDescriptor>^

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

.NET Framework
Available since 3.0
Return to top
Show: