Freigeben über


TeamFoundationJobReportingService.QueryQueueTimes-Methode

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationJobReportingService Klasse

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace