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

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.

handlerMethod
ActivityHandlerDescriptor

Oggetto ActivityHandlerDescriptor che contiene le informazioni relative al metodo del gestore a fianco del codice che sta per essere richiamato.

Si applica a