ITeamFoundationJobService.QueryJobHistory Method (IEnumerable<TeamFoundationJobDefinition>)
Gets a list of history entries for the specified job definitions.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Function QueryJobHistory ( _
jobs As IEnumerable(Of TeamFoundationJobDefinition) _
) As IList(Of TeamFoundationJobHistoryEntry)
IList<TeamFoundationJobHistoryEntry> QueryJobHistory(
IEnumerable<TeamFoundationJobDefinition> jobs
)
IList<TeamFoundationJobHistoryEntry^>^ QueryJobHistory(
IEnumerable<TeamFoundationJobDefinition^>^ jobs
)
abstract QueryJobHistory :
jobs:IEnumerable<TeamFoundationJobDefinition> -> IList<TeamFoundationJobHistoryEntry>
function QueryJobHistory(
jobs : IEnumerable<TeamFoundationJobDefinition>
) : IList<TeamFoundationJobHistoryEntry>
Parameters
- jobs
Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>
An enumerable collection of job definitions 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 jobs.
.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.