IWorkflowDebugger.UpdateHandlerMethodsForActivity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- handlerMethods
- List<ActivityHandlerDescriptor>
A List<T> of handlers associated with an activity.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.