Share via


WorkflowEventReceiver.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
Public Overridable Function OnRunningRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As WorkflowRunningEventArgs _
) As WorkflowRunningEventArgs
'Usage
Dim instance As WorkflowEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As WorkflowRunningEventArgs
Dim returnValue As WorkflowRunningEventArgs

returnValue = instance.OnRunningRemote(contextInfo, _
    eventHandlerUid, e)
public virtual WorkflowRunningEventArgs OnRunningRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    WorkflowRunningEventArgs e
)

Parameters

Return value

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

Implements

IWorkflowEventReceiverRemote.OnRunningRemote(PSContextInfo, Guid, WorkflowRunningEventArgs)

See also

Reference

WorkflowEventReceiver class

WorkflowEventReceiver members

Microsoft.Office.Project.Server.Events namespace