TeamFoundationJobService.QueryLatestJobHistory Method

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

Syntax

‘선언
Public Function QueryLatestJobHistory ( _
    requestContext As TeamFoundationRequestContext, _
    jobIds As IEnumerable(Of Guid) _
) As List(Of TeamFoundationJobHistoryEntry)
public List<TeamFoundationJobHistoryEntry> QueryLatestJobHistory(
    TeamFoundationRequestContext requestContext,
    IEnumerable<Guid> jobIds
)
public:
List<TeamFoundationJobHistoryEntry^>^ QueryLatestJobHistory(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<Guid>^ jobIds
)
member QueryLatestJobHistory : 
        requestContext:TeamFoundationRequestContext * 
        jobIds:IEnumerable<Guid> -> List<TeamFoundationJobHistoryEntry> 
public function QueryLatestJobHistory(
    requestContext : TeamFoundationRequestContext, 
    jobIds : IEnumerable<Guid>
) : List<TeamFoundationJobHistoryEntry>

Parameters

Return Value

Type: System.Collections.Generic.List<TeamFoundationJobHistoryEntry>

.NET Framework Security

See Also

Reference

TeamFoundationJobService Class

Microsoft.TeamFoundation.Framework.Server Namespace