TimesheetEventReceiverServiceProxyClient.OnUpdatingRemote 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 OnUpdatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As TimesheetPreUpdateEventArgs _
) As TimesheetPreUpdateEventArgs
'Uso
Dim instance As TimesheetEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPreUpdateEventArgs
Dim returnValue As TimesheetPreUpdateEventArgs
returnValue = instance.OnUpdatingRemote(contextInfo, _
eventHandlerUid, e)
public TimesheetPreUpdateEventArgs OnUpdatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
TimesheetPreUpdateEventArgs e
)
Parâmetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor retornado
Tipo: Microsoft.Office.Project.Server.Events.TimesheetPreUpdateEventArgs
Implementos
ITimesheetEventReceiverRemote.OnUpdatingRemote(PSContextInfo, Guid, TimesheetPreUpdateEventArgs)
Ver também
Referência
TimesheetEventReceiverServiceProxyClient classe