次の方法で共有


AdminEventReceiverServiceProxyClient.OnReportingPeriodUpdatingRemote メソッド

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
Public Function OnReportingPeriodUpdatingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ReportingPeriodPreUpdateEventArgs _
) As ReportingPeriodPreUpdateEventArgs
'使用
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
)

パラメーター

戻り値

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

実装

IAdminEventReceiverRemote.OnReportingPeriodUpdatingRemote(PSContextInfo, Guid, ReportingPeriodPreUpdateEventArgs)

関連項目

参照先

AdminEventReceiverServiceProxyClient クラス

AdminEventReceiverServiceProxyClient メンバー

Microsoft.Office.Project.Server.Events 名前空間