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.
Refreshes the reported status of the specified job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub UpdateJob ( _
job As TeamFoundationJobDefinition _
)
public void UpdateJob(
TeamFoundationJobDefinition job
)
public:
virtual void UpdateJob(
TeamFoundationJobDefinition^ job
) sealed
abstract UpdateJob :
job:TeamFoundationJobDefinition -> unit
override UpdateJob :
job:TeamFoundationJobDefinition -> unit
public final function UpdateJob(
job : TeamFoundationJobDefinition
)
Parameters
job
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationJobDefinitionThe TeamFoundationJobDefinition of the job for which to get the current status.
Implements
ITeamFoundationJobService.UpdateJob(TeamFoundationJobDefinition)
.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.