WorkflowRuntime.WorkflowCompleted Événement
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.
Se produit lorsqu’une instance de flux de travail est terminée.
public:
event EventHandler<System::Workflow::Runtime::WorkflowCompletedEventArgs ^> ^ WorkflowCompleted;
public event EventHandler<System.Workflow.Runtime.WorkflowCompletedEventArgs> WorkflowCompleted;
member this.WorkflowCompleted : EventHandler<System.Workflow.Runtime.WorkflowCompletedEventArgs>
Public Custom Event WorkflowCompleted As EventHandler(Of WorkflowCompletedEventArgs)
Public Event WorkflowCompleted As EventHandler(Of WorkflowCompletedEventArgs)
Type d'événement
Remarques
WorkflowCompleted est déclenché une fois l’instance de workflow terminée, mais avant que l’instance ne soit invalidée en mémoire.
Pour l’événement, l’expéditeur WorkflowPersisted contient les WorkflowRuntimeWorkflowCompletedEventArgs paramètres de sortie et de sortie WorkflowInstance .
Pour plus d’informations sur la gestion des événements, consultez Gestion et déclenchement d’événements.