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.
Gets a list of the latest history entries for the specified job IDs.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function QueryLatestJobHistory ( _
jobIds As IEnumerable(Of Guid) _
) As IList(Of TeamFoundationJobHistoryEntry)
IList<TeamFoundationJobHistoryEntry> QueryLatestJobHistory(
IEnumerable<Guid> jobIds
)
IList<TeamFoundationJobHistoryEntry^>^ QueryLatestJobHistory(
IEnumerable<Guid>^ jobIds
)
abstract QueryLatestJobHistory :
jobIds:IEnumerable<Guid> -> IList<TeamFoundationJobHistoryEntry>
function QueryLatestJobHistory(
jobIds : IEnumerable<Guid>
) : IList<TeamFoundationJobHistoryEntry>
Parameters
jobIds
Type: System.Collections.Generic.IEnumerable<Guid>A list of GUIDs of the jobs for which the latest history entries are desired.
Return Value
Type: System.Collections.Generic.IList<TeamFoundationJobHistoryEntry>
A list of the latest history entries for the specified job IDs.
.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
ITeamFoundationJobService Interface