Compartilhar via


WorkflowEventReceiverServiceProxyClient.OnRunningRemote método

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

Sintaxe

'Declaração
Public Function OnRunningRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As WorkflowRunningEventArgs _
) As WorkflowRunningEventArgs
'Uso
Dim instance As WorkflowEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As WorkflowRunningEventArgs
Dim returnValue As WorkflowRunningEventArgs

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

Parâmetros

Valor retornado

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

Implementos

IWorkflowEventReceiverRemote.OnRunningRemote(PSContextInfo, Guid, WorkflowRunningEventArgs)

Ver também

Referência

WorkflowEventReceiverServiceProxyClient classe

WorkflowEventReceiverServiceProxyClient membros

Microsoft.Office.Project.Server.Events namespace