Compartilhar via


ITimesheetEventReceiverRemote.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
<OperationContractAttribute> _
Function OnUpdatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetPreUpdateEventArgs _
) As TimesheetPreUpdateEventArgs
'Uso
Dim instance As ITimesheetEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPreUpdateEventArgs
Dim returnValue As TimesheetPreUpdateEventArgs

returnValue = instance.OnUpdatingRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
TimesheetPreUpdateEventArgs OnUpdatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPreUpdateEventArgs e
)

Parâmetros

Valor retornado

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

Ver também

Referência

ITimesheetEventReceiverRemote interface

ITimesheetEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace