Compartilhar via


TimesheetEventReceiver.OnUpdatedRemote 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 Overridable Sub OnUpdatedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As TimesheetPostEventArgs _
)
'Uso
Dim instance As TimesheetEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As TimesheetPostEventArgs

instance.OnUpdatedRemote(contextInfo, _
    eventHandlerUid, e)
public virtual void OnUpdatedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPostEventArgs e
)

Parâmetros

Implementos

ITimesheetEventReceiverRemote.OnUpdatedRemote(PSContextInfo, Guid, TimesheetPostEventArgs)

Ver também

Referência

TimesheetEventReceiver classe

TimesheetEventReceiver membros

Microsoft.Office.Project.Server.Events namespace