IWorkflowDebugger.BeforeHandlerInvoked Metodo

Definizione

Chiamato prima che venga richiamato un gestore nel code-beside.

public:
 void BeforeHandlerInvoked(Guid programId, Guid scheduleTypeId, System::String ^ activityQualifiedName, System::Workflow::Runtime::DebugEngine::ActivityHandlerDescriptor handlerMethod);
public void BeforeHandlerInvoked (Guid programId, Guid scheduleTypeId, string activityQualifiedName, System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor handlerMethod);
abstract member BeforeHandlerInvoked : Guid * Guid * string * System.Workflow.Runtime.DebugEngine.ActivityHandlerDescriptor -> unit
Public Sub BeforeHandlerInvoked (programId As Guid, scheduleTypeId As Guid, activityQualifiedName As String, handlerMethod As ActivityHandlerDescriptor)

Parametri

programId
Guid

Classe Guid generata internamente, associata a un'istanza di WorkflowRuntime.

scheduleTypeId
Guid

Classe Guid generato internamente, associato a un tipo del flusso di lavoro.

activityQualifiedName
String

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

handlerMethod
ActivityHandlerDescriptor

Classe ActivityHandlerDescriptor che contiene le informazioni riguardo al metodo del gestore code-beside che sta per essere richiamato.

Si applica a