Partager via


IWorkflowEventReceiverRemote.OnRunningRemote - Méthode

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
<OperationContractAttribute> _
Function OnRunningRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As WorkflowRunningEventArgs _
) As WorkflowRunningEventArgs
'Utilisation
Dim instance As IWorkflowEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As WorkflowRunningEventArgs
Dim returnValue As WorkflowRunningEventArgs

returnValue = instance.OnRunningRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
WorkflowRunningEventArgs OnRunningRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    WorkflowRunningEventArgs e
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Project.Server.Events.WorkflowRunningEventArgs

Voir aussi

Référence

IWorkflowEventReceiverRemote interface

IWorkflowEventReceiverRemote - Membres

Microsoft.Office.Project.Server.Events - Espace de noms