This documentation is archived and is not being maintained.
TeamFoundationJobService::QueryLatestJobHistory Method (IEnumerable<Guid>)
Visual Studio 2013
Queries the latest job history of the specified jobs.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual IList<TeamFoundationJobHistoryEntry^>^ QueryLatestJobHistory( IEnumerable<Guid>^ jobIds ) sealed
Parameters
- jobIds
- Type: System.Collections.Generic::IEnumerable<Guid>
An enumerable collection of Guid objects that represent the job IDs of the jobs to query.
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>)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: