Metodo TeamFoundationJobReportingService.QueryHistory

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TeamFoundationJobReportingService Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server.Alm