Compartir a través de


TeamFoundationJobReportingService.QueryQueueTimes (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationJobReportingService Clase

Microsoft.TeamFoundation.Server.Core (Espacio de nombres)