ITeamFoundationJobService.UpdateJobs Method (IEnumerable<TeamFoundationJobDefinition>, IEnumerable<TeamFoundationJobDefinition>)
Visual Studio 2012
Deletes, adds, or updates the specified job definitions.
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.
- 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.