ReportingEventReceiver.OnResourceCapacityTimeRangeChanged - Méthode
Un gestionnaire d'après l'événement dans le Service de données de rapport permettant de modifier une plage de temps de calendrier de ressources qui affecte la capacité des ressources.
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
Public Overridable Sub OnResourceCapacityTimeRangeChanged ( _
contextInfo As PSContextInfo, _
e As ReportingPostResourceCapacityTimeRangeChangedEventArgs _
)
'Utilisation
Dim instance As ReportingEventReceiver
Dim contextInfo As PSContextInfo
Dim e As ReportingPostResourceCapacityTimeRangeChangedEventArgs
instance.OnResourceCapacityTimeRangeChanged(contextInfo, _
e)
public virtual void OnResourceCapacityTimeRangeChanged(
PSContextInfo contextInfo,
ReportingPostResourceCapacityTimeRangeChangedEventArgs e
)
Paramètres
contextInfo
Type : Microsoft.Office.Project.Server.Library.PSContextInfoContient les informations de contexte de Project Server.
e
Type : Microsoft.Office.Project.Server.Events.ReportingPostResourceCapacityTimeRangeChangedEventArgsLes données pour l'événement.
Remarques
Pour plus d'informations sur les événements RDS pour la base de données de création de rapports, reportez-vous à la section d'événements pour la RDB.