Compartilhar via


ReportingEventReceiverServiceProxyClient.OnTimesheetAdjustedRemote 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 Sub OnTimesheetAdjustedRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPostTimesheetAdjustedEventArgs _
)
'Uso
Dim instance As ReportingEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPostTimesheetAdjustedEventArgs

instance.OnTimesheetAdjustedRemote(contextInfo, _
    eventHandlerUid, e)
public void OnTimesheetAdjustedRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPostTimesheetAdjustedEventArgs e
)

Parâmetros

Implementos

IReportingEventReceiverRemote.OnTimesheetAdjustedRemote(PSContextInfo, Guid, ReportingPostTimesheetAdjustedEventArgs)

Ver também

Referência

ReportingEventReceiverServiceProxyClient classe

ReportingEventReceiverServiceProxyClient membros

Microsoft.Office.Project.Server.Events namespace