Compartir a través de


TeamFoundationJobService.QueryLatestJobHistory (Método) (IEnumerable<Guid>)

Consultas el último historial de trabajo de los trabajos especificados.

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Client
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
Public Function QueryLatestJobHistory ( _
    jobIds As IEnumerable(Of Guid) _
) As IList(Of TeamFoundationJobHistoryEntry)
public IList<TeamFoundationJobHistoryEntry> QueryLatestJobHistory(
    IEnumerable<Guid> jobIds
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IList<TeamFoundationJobHistoryEntry>
Una lista de los últimos objetos TeamFoundationJobHistoryEntry de orden del índice jobIds.

Implementaciones

ITeamFoundationJobService.QueryLatestJobHistory(IEnumerable<Guid>)

Seguridad de .NET Framework

Vea también

Referencia

TeamFoundationJobService Clase

QueryLatestJobHistory (Sobrecarga)

Microsoft.TeamFoundation.Framework.Client (Espacio de nombres)