TeamFoundationJobService.QueryLatestJobHistory Method (IEnumerable<Guid>)

Queries the latest job history of the specified jobs.

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

Syntax

'Declaration
Public Function QueryLatestJobHistory ( _
    jobIds As IEnumerable(Of Guid) _
) As IList(Of TeamFoundationJobHistoryEntry)
public IList<TeamFoundationJobHistoryEntry> QueryLatestJobHistory(
    IEnumerable<Guid> jobIds
)
public:
virtual IList<TeamFoundationJobHistoryEntry^>^ QueryLatestJobHistory(
    IEnumerable<Guid>^ jobIds
) sealed
abstract QueryLatestJobHistory : 
        jobIds:IEnumerable<Guid> -> IList<TeamFoundationJobHistoryEntry> 
override QueryLatestJobHistory : 
        jobIds:IEnumerable<Guid> -> IList<TeamFoundationJobHistoryEntry> 
public final function QueryLatestJobHistory(
    jobIds : IEnumerable<Guid>
) : IList<TeamFoundationJobHistoryEntry>

Parameters

Return Value

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

Implements

ITeamFoundationJobService.QueryLatestJobHistory(IEnumerable<Guid>)

.NET Framework Security

See Also

Reference

TeamFoundationJobService Class

QueryLatestJobHistory Overload

Microsoft.TeamFoundation.Framework.Client Namespace