Partager via


TeamFoundationJobReportingService.QueryHistory, méthode

Espace de noms :  Microsoft.TeamFoundation.Server.Core
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationJobReportingService Classe

Microsoft.TeamFoundation.Server.Core, espace de noms