This documentation is archived and is not being maintained.

ITeamFoundationJobService.UpdateJobs Method (IEnumerable(Guid), IEnumerable(TeamFoundationJobDefinition))

Deletes, adds, or updates the specified jobs.

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

abstract UpdateJobs : 
        jobsToDelete:IEnumerable<Guid> * 
        jobsToUpdate:IEnumerable<TeamFoundationJobDefinition> -> unit

Parameters

jobsToDelete
Type: System.Collections.Generic.IEnumerable(Guid)

An enumerable collection of GUIDs of the jobs to delete.

jobsToUpdate
Type: System.Collections.Generic.IEnumerable(TeamFoundationJobDefinition)

An enumerable colleciton of job definitions to add or update.

Show: