TeamFoundationJobService.QueryLatestJobHistory Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
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
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- jobIds
Type: System.Collections.Generic.IEnumerable<Guid>
Return Value
Type: System.Collections.Generic.List<TeamFoundationJobHistoryEntry>
.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.