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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.