TeamFoundationJobReportingService.QueryJobCountsAndRunTime Method

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
)
public:
List<TeamFoundationJobReportingHistoryQueueTime^>^ QueryJobCountsAndRunTime(
    TeamFoundationRequestContext^ requestContext, 
    Nullable<int> maxRowsToReturn
)
member QueryJobCountsAndRunTime : 
        requestContext:TeamFoundationRequestContext * 
        maxRowsToReturn:Nullable<int> -> List<TeamFoundationJobReportingHistoryQueueTime> 
public function QueryJobCountsAndRunTime(
    requestContext : TeamFoundationRequestContext, 
    maxRowsToReturn : Nullable<int>
) : List<TeamFoundationJobReportingHistoryQueueTime>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingService Class

Microsoft.TeamFoundation.Server.Core Namespace