IAdminEventReceiverRemote.OnReportingPeriodUpdatingRemote-Methode
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function OnReportingPeriodUpdatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ReportingPeriodPreUpdateEventArgs _
) As ReportingPeriodPreUpdateEventArgs
'Usage
Dim instance As IAdminEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ReportingPeriodPreUpdateEventArgs
Dim returnValue As ReportingPeriodPreUpdateEventArgs
returnValue = instance.OnReportingPeriodUpdatingRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
ReportingPeriodPreUpdateEventArgs OnReportingPeriodUpdatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
ReportingPeriodPreUpdateEventArgs e
)
Parameter
- contextInfo
Typ: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Typ: System.Guid
Rückgabewert
Typ: Microsoft.Office.Project.Server.Events.ReportingPeriodPreUpdateEventArgs
Siehe auch
Referenz
IAdminEventReceiverRemote Schnittstelle