IWorkflowDebugger.UpdateHandlerMethodsForActivity Método

Definición

Llamado cuando una actividad entra en el estado de Ejecución.

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

Parámetros

programId
Guid

Un Guid internamente generado asociado a una instancia WorkflowRuntime.

scheduleTypeId
Guid

Un Guid internamente generado asociado a un tipo de flujo de trabajo.

activityQualifiedName
String

Un String que contiene el nombre completo de la actividad actual.

handlerMethods
List<ActivityHandlerDescriptor>

Un List<T> de controladores asociado a una actividad.

Se aplica a