Compartilhar via


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

instance.OnUpdatedRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
void OnUpdatedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    TimesheetPostEventArgs e
)

Parâmetros

Ver também

Referência

ITimesheetEventReceiverRemote interface

ITimesheetEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace