IWorkflowDebugger.UpdateHandlerMethodsForActivity Método

Definición

Se llama cuando una actividad entra en el estado En 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 objeto generado Guid internamente asociado a una WorkflowRuntime instancia de .

scheduleTypeId
Guid

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

activityQualifiedName
String

que String contiene el nombre completo de la actividad actual.

handlerMethods
List<ActivityHandlerDescriptor>

List<T> un de controladores asociados a una actividad.

Se aplica a