Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 ( _
jobs As IEnumerable(Of TeamFoundationJobDefinition) _
) As IList(Of TeamFoundationJobHistoryEntry)
public IList<TeamFoundationJobHistoryEntry> QueryJobHistory(
IEnumerable<TeamFoundationJobDefinition> jobs
)
public:
virtual IList<TeamFoundationJobHistoryEntry^>^ QueryJobHistory(
IEnumerable<TeamFoundationJobDefinition^>^ jobs
) sealed
abstract QueryJobHistory :
jobs:IEnumerable<TeamFoundationJobDefinition> -> IList<TeamFoundationJobHistoryEntry>
override QueryJobHistory :
jobs:IEnumerable<TeamFoundationJobDefinition> -> IList<TeamFoundationJobHistoryEntry>
public final function QueryJobHistory(
jobs : IEnumerable<TeamFoundationJobDefinition>
) : IList<TeamFoundationJobHistoryEntry>
Parameters
jobs
Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>An enumerable collection of TeamFoundationJobDefinition objects that represent the jobs 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<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.