Share via


IWorkflowEventReceiverRemote.OnRunningRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function OnRunningRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As WorkflowRunningEventArgs _
) As WorkflowRunningEventArgs
'Usage
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
)

Parameters

Return value

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

See also

Reference

IWorkflowEventReceiverRemote interface

IWorkflowEventReceiverRemote members

Microsoft.Office.Project.Server.Events namespace