TeamFoundationJobService.QueryLatestJobHistory, méthode (IEnumerable<Guid>)
Interroge la dernière anamnèse professionnelle de travail spécifiés.
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Function QueryLatestJobHistory ( _
jobIds As IEnumerable(Of Guid) _
) As IList(Of TeamFoundationJobHistoryEntry)
public IList<TeamFoundationJobHistoryEntry> QueryLatestJobHistory(
IEnumerable<Guid> jobIds
)
Paramètres
- jobIds
Type : System.Collections.Generic.IEnumerable<Guid>
Une collection énumérable d'objets d' Guid qui représentent des identifications des tâches des travaux d'interroger.
Valeur de retour
Type : System.Collections.Generic.IList<TeamFoundationJobHistoryEntry>
Une liste de dernier TeamFoundationJobHistoryEntry objets dans l'ordre d'index d' jobIds.
Implémentations
ITeamFoundationJobService.QueryLatestJobHistory(IEnumerable<Guid>)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TeamFoundationJobService Classe