ITeamFoundationJobService.QueryLatestJobHistory Method (IEnumerable<TeamFoundationJobDefinition>)

Gets a list of the latest history entries for the specified jobs.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ITeamFoundationJobService Interface

QueryLatestJobHistory Overload

Microsoft.TeamFoundation.Framework.Client Namespace