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 the latest history entry for the specified job ID.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function QueryLatestJobHistory ( _
jobId As Guid _
) As TeamFoundationJobHistoryEntry
TeamFoundationJobHistoryEntry QueryLatestJobHistory(
Guid jobId
)
TeamFoundationJobHistoryEntry^ QueryLatestJobHistory(
Guid jobId
)
abstract QueryLatestJobHistory :
jobId:Guid -> TeamFoundationJobHistoryEntry
function QueryLatestJobHistory(
jobId : Guid
) : TeamFoundationJobHistoryEntry
Parameters
- jobId
Type: System.Guid
The GUID of the job for which the latest history entry is desired.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobHistoryEntry
The latest history entry for the specified job ID.
.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