ITeamFoundationJobService.QueryLatestJobHistory Method (IEnumerable<Guid>)

Gets a list of the latest history entries for the specified job IDs.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function QueryLatestJobHistory ( _
    jobIds As IEnumerable(Of Guid) _
) As IList(Of TeamFoundationJobHistoryEntry)
IList<TeamFoundationJobHistoryEntry> QueryLatestJobHistory(
    IEnumerable<Guid> jobIds
)
IList<TeamFoundationJobHistoryEntry^>^ QueryLatestJobHistory(
    IEnumerable<Guid>^ jobIds
)
abstract QueryLatestJobHistory : 
        jobIds:IEnumerable<Guid> -> IList<TeamFoundationJobHistoryEntry> 
function QueryLatestJobHistory(
    jobIds : IEnumerable<Guid>
) : IList<TeamFoundationJobHistoryEntry>

Parameters

Return Value

Type: System.Collections.Generic.IList<TeamFoundationJobHistoryEntry>
A list of the latest history entries for the specified job IDs.

.NET Framework Security

See Also

Reference

ITeamFoundationJobService Interface

QueryLatestJobHistory Overload

Microsoft.TeamFoundation.Framework.Client Namespace