AdminEventReceiver.OnReportingPeriodUpdatedRemote 方法
Admin — ReportingPeriodUpdated事件都发生在项目服务器更新时间报告期后远程后期事件接收器。
命名空间: 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.PSContextInfo包含项目的服务器的上下文信息。
eventHandlerUid
类型:System.Guid远程事件接收器的 GUID。
实现
备注
报告创建期间,一次更新或删除时, ReportingPeriodUpdated事件发生。例如,在将报告提交时间段从打开更改为已关闭,在Project Web App的时间报告阶段页上,然后保存页面时将触发的ReportingPeriodUpdating和ReportingPeriodUpdated事件。
UpdateReportingPeriods方法触发ReportingPeriodUpdated事件。在Project Server 2013 CSOM 不包括Admin的等效方法。