AdminEventReceiver.OnReportingPeriodUpdatedRemote メソッド
Admin : ReportingPeriodUpdatedのイベントは、Project Server は、時間のレポート期間を更新した後に発生をリモート ポスト イベント レシーバーです。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Overridable Sub OnReportingPeriodUpdatedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ReportingPeriodPostUpdateEventArgs _
)
'使用
Dim instance As AdminEventReceiver
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPeriodPostUpdateEventArgs
instance.OnReportingPeriodUpdatedRemote(contextInfo, _
eventHandlerUid, e)
public virtual void OnReportingPeriodUpdatedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ReportingPeriodPostUpdateEventArgs e
)
パラメーター
contextInfo
型: Microsoft.Office.Project.Server.Library.PSContextInfoProject Server のコンテキスト情報が含まれています。
eventHandlerUid
型: System.Guidリモート イベント レシーバーの GUID を指定します。
実装
注釈
ReportingPeriodUpdatedイベントは、タイムシート期間を作成すると、更新、または削除するときに発生します。たとえば、タイムシート期間] ページではProject Web App、レポート期間をオープンからを終了に変更し、ページを保存すると、 ReportingPeriodUpdatingとReportingPeriodUpdatedのイベントは次のようにトリガーされます。
UpdateReportingPeriodsメソッドは、 ReportingPeriodUpdatedイベントがトリガーされます。Project Server 2013で、CSOM では、 Adminと同等のメソッドは含まれません。