This documentation is archived and is not being maintained.
ITeamFoundationJobService.UpdateJobs Method (IEnumerable(Guid), IEnumerable(TeamFoundationJobDefinition))
Visual Studio 2013
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.
- 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.
Show: