WorkflowEventReceiver.OnCompleted - Méthode
Un gestionnaire d'événements suite à un événement qui se produit lorsqu'un flux de travail est terminée.
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public Overridable Sub OnCompleted ( _
contextInfo As PSContextInfo, _
e As CompletedPostEventArgs _
)
'Utilisation
Dim instance As WorkflowEventReceiver
Dim contextInfo As PSContextInfo
Dim e As CompletedPostEventArgs
instance.OnCompleted(contextInfo, e)
public virtual void OnCompleted(
PSContextInfo contextInfo,
CompletedPostEventArgs e
)
Paramètres
contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfoContient les informations de contexte de Project Server.
e
Type : Microsoft.Office.Project.Server.Events.CompletedPostEventArgsLes données pour l'événement.