Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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