Condividi tramite


AdminEventReceiverServiceProxyClient.OnReportingPeriodUpdatingRemote method

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Function OnReportingPeriodUpdatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPeriodPreUpdateEventArgs _
) As ReportingPeriodPreUpdateEventArgs
'Usage
Dim instance As AdminEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPeriodPreUpdateEventArgs
Dim returnValue As ReportingPeriodPreUpdateEventArgs

returnValue = instance.OnReportingPeriodUpdatingRemote(contextInfo, _
    eventHandlerUid, e)
public ReportingPeriodPreUpdateEventArgs OnReportingPeriodUpdatingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ReportingPeriodPreUpdateEventArgs e
)

Parameters

Return value

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

Implements

IAdminEventReceiverRemote.OnReportingPeriodUpdatingRemote(PSContextInfo, Guid, ReportingPeriodPreUpdateEventArgs)

See also

Reference

AdminEventReceiverServiceProxyClient class

AdminEventReceiverServiceProxyClient members

Microsoft.Office.Project.Server.Events namespace