Metodo TeamFoundationJobReportingService.QueryQueueTimes

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationJobReportingService Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm