TeamFoundationJobService.QueryLatestJobHistory Method (IEnumerable<TeamFoundationJobDefinition>)

Queries the latest job history of the specified jobs.

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

Syntax

'宣言
Public Function QueryLatestJobHistory ( _
    jobs As IEnumerable(Of TeamFoundationJobDefinition) _
) As IList(Of TeamFoundationJobHistoryEntry)
public IList<TeamFoundationJobHistoryEntry> QueryLatestJobHistory(
    IEnumerable<TeamFoundationJobDefinition> jobs
)
public:
virtual IList<TeamFoundationJobHistoryEntry^>^ QueryLatestJobHistory(
    IEnumerable<TeamFoundationJobDefinition^>^ jobs
) sealed
abstract QueryLatestJobHistory : 
        jobs:IEnumerable<TeamFoundationJobDefinition> -> IList<TeamFoundationJobHistoryEntry> 
override QueryLatestJobHistory : 
        jobs:IEnumerable<TeamFoundationJobDefinition> -> IList<TeamFoundationJobHistoryEntry> 
public final function QueryLatestJobHistory(
    jobs : IEnumerable<TeamFoundationJobDefinition>
) : IList<TeamFoundationJobHistoryEntry>

Parameters

Return Value

Type: System.Collections.Generic.IList<TeamFoundationJobHistoryEntry>
A list of the latest TeamFoundationJobHistoryEntry objects in the index order of jobs.

Implements

ITeamFoundationJobService.QueryLatestJobHistory(IEnumerable<TeamFoundationJobDefinition>)

.NET Framework Security

See Also

Reference

TeamFoundationJobService Class

QueryLatestJobHistory Overload

Microsoft.TeamFoundation.Framework.Client Namespace