This documentation is archived and is not being maintained.
ITeamFoundationJobService.QueryLatestJobHistory Method (IEnumerable<Guid>)
Visual Studio 2013
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)
IList<TeamFoundationJobHistoryEntry> QueryLatestJobHistory( IEnumerable<Guid> jobIds )
Parameters
- jobIds
- Type: System.Collections.Generic.IEnumerable<Guid>
A list of GUIDs of the jobs for which the latest history entries are desired.
Return Value
Type: System.Collections.Generic.IList<TeamFoundationJobHistoryEntry>A list of the latest history entries for the specified job IDs.
- 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: