IWorkflowDebugger.UpdateHandlerMethodsForActivity Metodo

Definizione

Chiamato quando un'attività entra nello stato In esecuzione.

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

Parametri

programId
Guid

Generato internamente Guid associato a un'istanza WorkflowRuntime di .

scheduleTypeId
Guid

Generato internamente Guid associato a un tipo di flusso di lavoro.

activityQualifiedName
String

Oggetto String contenente il nome completo dell'attività corrente.

handlerMethods
List<ActivityHandlerDescriptor>

Oggetto List<T> di gestori associati a un'attività.

Si applica a