Partager via


TeamFoundationJobReportingService.QueryQueueTimes, méthode

Espace de noms :  Microsoft.TeamFoundation.Server.Core
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
Public Function QueryQueueTimes ( _
    requestContext As TeamFoundationRequestContext, _
    maxRowsToReturn As Integer, _
    jobId As Nullable(Of Guid), _
    <OutAttribute> ByRef startTime As DateTime, _
    <OutAttribute> ByRef endTime As DateTime _
) As List(Of TeamFoundationJobReportingJobCountsAndRunTime)
public List<TeamFoundationJobReportingJobCountsAndRunTime> QueryQueueTimes(
    TeamFoundationRequestContext requestContext,
    int maxRowsToReturn,
    Nullable<Guid> jobId,
    out DateTime startTime,
    out DateTime endTime
)

Paramètres

Valeur de retour

Type : System.Collections.Generic.List<TeamFoundationJobReportingJobCountsAndRunTime>

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationJobReportingService Classe

Microsoft.TeamFoundation.Server.Core, espace de noms