IWorkflowDebugger.BeforeHandlerInvoked Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.
- handlerMethod
- ActivityHandlerDescriptor
Classe ActivityHandlerDescriptor che contiene le informazioni riguardo al metodo del gestore code-beside che sta per essere richiamato.