Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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