Compartilhar via


IAdminEventReceiverRemote.OnReportingPeriodUpdatingRemote 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 OnReportingPeriodUpdatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPeriodPreUpdateEventArgs _
) As ReportingPeriodPreUpdateEventArgs
'Uso
Dim instance As IAdminEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPeriodPreUpdateEventArgs
Dim returnValue As ReportingPeriodPreUpdateEventArgs

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

Parâmetros

Valor retornado

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

Ver também

Referência

IAdminEventReceiverRemote interface

IAdminEventReceiverRemote membros

Microsoft.Office.Project.Server.Events namespace