Freigeben über


TeamFoundationJobReportingService.QueryHistory-Methode

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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationJobReportingService Klasse

Microsoft.TeamFoundation.Framework.Server.Alm-Namespace