IWorkflowDebugger.BeforeHandlerInvoked Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé avant qu’un gestionnaire dans le code à côté de code soit sur le point d’être appelé.
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)
Paramètres
- programId
- Guid
Généré en interne Guid associé à une WorkflowRuntime instance.
- handlerMethod
- ActivityHandlerDescriptor
Qui ActivityHandlerDescriptor contient les informations relatives à la méthode de gestionnaire code-beside sur le point d’être appelée.