del método WorkflowEventReceiverServiceProxyClient.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
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
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.Office.Project.Server.Events.WorkflowRunningEventArgs
Implementaciones
IWorkflowEventReceiverRemote.OnRunningRemote(PSContextInfo, Guid, WorkflowRunningEventArgs)
Vea también
Referencia
clase WorkflowEventReceiverServiceProxyClient