Share via


TeamFoundationJobReportingService.QueryHistory Method

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

Syntax

'Declaration
Public Function QueryHistory ( _
    requestContext As TeamFoundationRequestContext, _
    maxRowsToReturn As Integer, _
    jobId As Nullable(Of Guid), _
    resultValue As Nullable(Of Integer) _
) As List(Of TeamFoundationJobReportingHistory)
public List<TeamFoundationJobReportingHistory> QueryHistory(
    TeamFoundationRequestContext requestContext,
    int maxRowsToReturn,
    Nullable<Guid> jobId,
    Nullable<int> resultValue
)
public:
List<TeamFoundationJobReportingHistory^>^ QueryHistory(
    TeamFoundationRequestContext^ requestContext, 
    int maxRowsToReturn, 
    Nullable<Guid> jobId, 
    Nullable<int> resultValue
)
member QueryHistory : 
        requestContext:TeamFoundationRequestContext * 
        maxRowsToReturn:int * 
        jobId:Nullable<Guid> * 
        resultValue:Nullable<int> -> List<TeamFoundationJobReportingHistory> 
public function QueryHistory(
    requestContext : TeamFoundationRequestContext, 
    maxRowsToReturn : int, 
    jobId : Nullable<Guid>, 
    resultValue : Nullable<int>
) : List<TeamFoundationJobReportingHistory>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TeamFoundationJobReportingService Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace