JobWebService.QueryJobHistory Method

Queries for history on the specified jobs.

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryJobHistory ( _
    jobIds As List(Of Guid) _
) As List(Of TeamFoundationJobHistoryEntry)
[WebMethodAttribute]
public List<TeamFoundationJobHistoryEntry> QueryJobHistory(
    List<Guid> jobIds
)
[WebMethodAttribute]
public:
List<TeamFoundationJobHistoryEntry^>^ QueryJobHistory(
    List<Guid>^ jobIds
)
[<WebMethodAttribute>]
member QueryJobHistory : 
        jobIds:List<Guid> -> List<TeamFoundationJobHistoryEntry> 
public function QueryJobHistory(
    jobIds : List<Guid>
) : List<TeamFoundationJobHistoryEntry>

Parameters

Return Value

Type: System.Collections.Generic.List<TeamFoundationJobHistoryEntry>
A list of history entries found for the specified jobs.

.NET Framework Security

See Also

Reference

JobWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace