Partager via


JobWebService.QueryJobHistory, méthode

Recherche l'historique sur le travail spécifiés.

Espace de noms :  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function QueryJobHistory ( _
    jobIds As List(Of Guid) _
) As List(Of TeamFoundationJobHistoryEntry)
[WebMethodAttribute]
public List<TeamFoundationJobHistoryEntry> QueryJobHistory(
    List<Guid> jobIds
)

Paramètres

Valeur de retour

Type : System.Collections.Generic.List<TeamFoundationJobHistoryEntry>
Une liste d'entrées d'historique trouvés pour les travaux spécifiés.

Sécurité .NET Framework

Voir aussi

Référence

JobWebService Classe

Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms