Compartir a través de


TeamFoundationJobReportingService.QueryHistory (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Server.Core
Ensamblado:  Microsoft.TeamFoundation.Server.Core (en Microsoft.TeamFoundation.Server.Core.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationJobReportingService Clase

Microsoft.TeamFoundation.Server.Core (Espacio de nombres)