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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.