Compartir a través de


del método IWorkflowEventReceiverRemote.OnRunningRemote

Espacio de nombres:  Microsoft.Office.Project.Server.Events
Ensamblado:  Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)

Sintaxis

'Declaración
<OperationContractAttribute> _
Function OnRunningRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As WorkflowRunningEventArgs _
) As WorkflowRunningEventArgs
'Uso
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
)

Parámetros

Valor devuelto

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

Vea también

Referencia

interfaz IWorkflowEventReceiverRemote

Miembros IWorkflowEventReceiverRemote

Espacio de nombres Microsoft.Office.Project.Server.Events