Queries the job history of the specified jobs.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function QueryJobHistory ( _
    jobIds As IEnumerable(Of Guid) _
) As IList(Of TeamFoundationJobHistoryEntry)
public IList<TeamFoundationJobHistoryEntry> QueryJobHistory(
    IEnumerable<Guid> jobIds
)
public:
virtual IList<TeamFoundationJobHistoryEntry^>^ QueryJobHistory(
    IEnumerable<Guid>^ jobIds
) sealed
abstract QueryJobHistory : 
        jobIds:IEnumerable<Guid> -> IList<TeamFoundationJobHistoryEntry> 
override QueryJobHistory : 
        jobIds:IEnumerable<Guid> -> IList<TeamFoundationJobHistoryEntry> 
public final function QueryJobHistory(
    jobIds : IEnumerable<Guid>
) : IList<TeamFoundationJobHistoryEntry>
Parameters
- jobIds 
 Type: System.Collections.Generic.IEnumerable<Guid>- An enumerable collection of Guid objects that represent the job IDs for which to query history. 
Return Value
Type: System.Collections.Generic.IList<TeamFoundationJobHistoryEntry>
A list of TeamFoundationJobHistoryEntry objects that represent the history of the specified jobs.
Implements
ITeamFoundationJobService.QueryJobHistory(IEnumerable<Guid>)
.NET Framework Security
- 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.