Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Queries the latest job history of the specified job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function QueryLatestJobHistory ( _
jobId As Guid _
) As TeamFoundationJobHistoryEntry
public TeamFoundationJobHistoryEntry QueryLatestJobHistory(
Guid jobId
)
public:
virtual TeamFoundationJobHistoryEntry^ QueryLatestJobHistory(
Guid jobId
) sealed
abstract QueryLatestJobHistory :
jobId:Guid -> TeamFoundationJobHistoryEntry
override QueryLatestJobHistory :
jobId:Guid -> TeamFoundationJobHistoryEntry
public final function QueryLatestJobHistory(
jobId : Guid
) : TeamFoundationJobHistoryEntry
Parameters
jobId
Type: System.GuidA Guid object that represents the job ID of the job to query.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobHistoryEntry
The latest TeamFoundationJobHistoryEntry of the specified job.
Implements
ITeamFoundationJobService.QueryLatestJobHistory(Guid)
.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.
See Also
Reference
TeamFoundationJobService Class