ReportingPostResourceCapacityTimeRangeChangedEventArgs construtor (DateTime, DateTime, DateTime, DateTime, Boolean)
Cria uma instância da classe ReportingPostResourceCapacityTimeRangeChangedEventArgs ; usado internamente.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Sub New ( _
timeRangeStartBefore As DateTime, _
timeRangeEndBefore As DateTime, _
timeRangeStartAfter As DateTime, _
timeRangeEndAfter As DateTime, _
forceFullSync As Boolean _
)
'Uso
Dim timeRangeStartBefore As DateTime
Dim timeRangeEndBefore As DateTime
Dim timeRangeStartAfter As DateTime
Dim timeRangeEndAfter As DateTime
Dim forceFullSync As Boolean
Dim instance As New ReportingPostResourceCapacityTimeRangeChangedEventArgs(timeRangeStartBefore, _
timeRangeEndBefore, timeRangeStartAfter, _
timeRangeEndAfter, forceFullSync)
public ReportingPostResourceCapacityTimeRangeChangedEventArgs(
DateTime timeRangeStartBefore,
DateTime timeRangeEndBefore,
DateTime timeRangeStartAfter,
DateTime timeRangeEndAfter,
bool forceFullSync
)
Parâmetros
timeRangeStartBefore
Tipo: System.DateTimeA data de início de um intervalo de tempo de capacidade do recurso que ocorre antes da data atual.
timeRangeEndBefore
Tipo: System.DateTimeA data final de um intervalo de tempo de capacidade do recurso que ocorre antes da data atual.
timeRangeStartAfter
Tipo: System.DateTimeA data de início de um intervalo de tempo de capacidade do recurso que ocorre após a data atual.
timeRangeEndAfter
Tipo: System.DateTimeA data final de um intervalo de tempo de capacidade do recurso que ocorre após a data atual.
forceFullSync
Tipo: System.BooleanIndica se deve usar a sincronização de força total na fila.
Ver também
Referência
ReportingPostResourceCapacityTimeRangeChangedEventArgs classe
ReportingPostResourceCapacityTimeRangeChangedEventArgs membros
ReportingPostResourceCapacityTimeRangeChangedEventArgs em sobrecarga