This documentation is archived and is not being maintained.

TeamFoundationJobService::UpdateJobs Method (IEnumerable<TeamFoundationJobDefinition>, IEnumerable<TeamFoundationJobDefinition>)

Refreshes the reported status of the specified jobs and deletes the specified jobs.

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

public:
virtual void UpdateJobs(
	IEnumerable<TeamFoundationJobDefinition^>^ jobsToDelete, 
	IEnumerable<TeamFoundationJobDefinition^>^ jobsToUpdate
) sealed

Parameters

jobsToDelete
Type: System.Collections.Generic::IEnumerable<TeamFoundationJobDefinition>

An enumerable collection of TeamFoundationJobDefinition objects that represent the jobs to delete.

jobsToUpdate
Type: System.Collections.Generic::IEnumerable<TeamFoundationJobDefinition>

An enumerable collection of TeamFoundationJobDefinition objects that represent the jobs for which to get the current status.

Implements

ITeamFoundationJobService::UpdateJobs(IEnumerable<TeamFoundationJobDefinition>, IEnumerable<TeamFoundationJobDefinition>)

Show: