This topic has not yet been rated - Rate this topic

ITeamFoundationJobService.UpdateJobs Method (IEnumerable<TeamFoundationJobDefinition>, IEnumerable<TeamFoundationJobDefinition>)

Deletes, adds, or updates the specified job definitions.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
void UpdateJobs(
	IEnumerable<TeamFoundationJobDefinition> jobsToDelete,
	IEnumerable<TeamFoundationJobDefinition> jobsToUpdate
)

Parameters

jobsToDelete
Type: IEnumerable<TeamFoundationJobDefinition>

An enumerable collection of job definitions to delete.

jobsToUpdate
Type: IEnumerable<TeamFoundationJobDefinition>

An enumerable collection of job definitions to add or update.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.