ITeamFoundationJobService.QueryJobHistory Method (IEnumerable<Guid>)
Gets a list of history entries for the specified job IDs.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function QueryJobHistory ( _
jobIds As IEnumerable(Of Guid) _
) As IList(Of TeamFoundationJobHistoryEntry)
IList<TeamFoundationJobHistoryEntry> QueryJobHistory(
IEnumerable<Guid> jobIds
)
IList<TeamFoundationJobHistoryEntry^>^ QueryJobHistory(
IEnumerable<Guid>^ jobIds
)
abstract QueryJobHistory :
jobIds:IEnumerable<Guid> -> IList<TeamFoundationJobHistoryEntry>
function QueryJobHistory(
jobIds : IEnumerable<Guid>
) : IList<TeamFoundationJobHistoryEntry>
Parameters
jobIds
Type: System.Collections.Generic.IEnumerable<Guid>An enumerable collection of job IDs for which to get the history. Specify null or an empty array to get the history for all jobs.
Return Value
Type: System.Collections.Generic.IList<TeamFoundationJobHistoryEntry>
A list of history entries in the same index order as jobIds.
.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.