Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.TeamFoundationJobDefinition
The 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