Freigeben über


TeamFoundationJobReportingService.QueryJobCountsAndRunTime-Methode

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

Syntax

'Declaration
Public Function QueryJobCountsAndRunTime ( _
    requestContext As TeamFoundationRequestContext, _
    maxRowsToReturn As Nullable(Of Integer) _
) As List(Of TeamFoundationJobReportingHistoryQueueTime)
public List<TeamFoundationJobReportingHistoryQueueTime> QueryJobCountsAndRunTime(
    TeamFoundationRequestContext requestContext,
    Nullable<int> maxRowsToReturn
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationJobReportingService Klasse

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace