This documentation is archived and is not being maintained.

TeamFoundationJobService::UpdateJob Method

Refreshes the reported status of the specified job.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
virtual void UpdateJob(
	TeamFoundationJobDefinition^ job
) sealed

Parameters

job
Type: Microsoft.TeamFoundation.Framework.Client::TeamFoundationJobDefinition

The TeamFoundationJobDefinition of the job for which to get the current status.

Implements

ITeamFoundationJobService::UpdateJob(TeamFoundationJobDefinition)

Show: