Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queries the latest job history of the specified jobs.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function QueryLatestJobHistory ( _
jobs As IEnumerable(Of TeamFoundationJobDefinition) _
) As IList(Of TeamFoundationJobHistoryEntry)
public IList<TeamFoundationJobHistoryEntry> QueryLatestJobHistory(
IEnumerable<TeamFoundationJobDefinition> jobs
)
public:
virtual IList<TeamFoundationJobHistoryEntry^>^ QueryLatestJobHistory(
IEnumerable<TeamFoundationJobDefinition^>^ jobs
) sealed
abstract QueryLatestJobHistory :
jobs:IEnumerable<TeamFoundationJobDefinition> -> IList<TeamFoundationJobHistoryEntry>
override QueryLatestJobHistory :
jobs:IEnumerable<TeamFoundationJobDefinition> -> IList<TeamFoundationJobHistoryEntry>
public final function QueryLatestJobHistory(
jobs : IEnumerable<TeamFoundationJobDefinition>
) : IList<TeamFoundationJobHistoryEntry>
Parameters
jobs
Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>A list of TeamFoundationJobDefinition objects to query.
Return Value
Type: System.Collections.Generic.IList<TeamFoundationJobHistoryEntry>
A list of the latest TeamFoundationJobHistoryEntry objects in the index order of jobs.
Implements
ITeamFoundationJobService.QueryLatestJobHistory(IEnumerable<TeamFoundationJobDefinition>)
.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.
See Also
Reference
TeamFoundationJobService Class