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.
Gets a list of the latest history entry for the specified job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function QueryLatestJobHistory ( _
job As TeamFoundationJobDefinition _
) As TeamFoundationJobHistoryEntry
TeamFoundationJobHistoryEntry QueryLatestJobHistory(
TeamFoundationJobDefinition job
)
TeamFoundationJobHistoryEntry^ QueryLatestJobHistory(
TeamFoundationJobDefinition^ job
)
abstract QueryLatestJobHistory :
job:TeamFoundationJobDefinition -> TeamFoundationJobHistoryEntry
function QueryLatestJobHistory(
job : TeamFoundationJobDefinition
) : TeamFoundationJobHistoryEntry
Parameters
job
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobDefinitionThe job definition for which the latest history entry is desired.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobHistoryEntry
The latest job history entry for the specified job.
.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
ITeamFoundationJobService Interface