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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- maxRowsToReturn
Type: System.Nullable<Int32>
Return Value
Type: System.Collections.Generic.List<TeamFoundationJobReportingHistoryQueueTime>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.