IAdminEventReceiverRemote.OnReportingPeriodUpdatedRemote - Méthode
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
Sub OnReportingPeriodUpdatedRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As ReportingPeriodPostUpdateEventArgs _
)
'Utilisation
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
)
Paramètres
- contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Type : System.Guid
Voir aussi
Référence
IAdminEventReceiverRemote interface