Метод IAdminEventReceiverRemote.OnReportingPeriodUpdatedRemote
Пространство имен: Microsoft.Office.Project.Server.Events
Сборка: Microsoft.Office.Project.Server.Events.Receivers (в Microsoft.Office.Project.Server.Events.Receivers.dll)
Синтаксис
'Декларация
<OperationContractAttribute> _
Sub OnReportingPeriodUpdatedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ReportingPeriodPostUpdateEventArgs _
)
'Применение
Dim instance As IAdminEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPeriodPostUpdateEventArgs
instance.OnReportingPeriodUpdatedRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
void OnReportingPeriodUpdatedRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ReportingPeriodPostUpdateEventArgs e
)
Параметры
- contextInfo
Тип: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Тип: System.Guid
См. также
Справочные материалы
IAdminEventReceiverRemote интерфейс