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)
Syntax
'Declaration
Sub UpdateJobs ( _
jobsToDelete As IEnumerable(Of TeamFoundationJobDefinition), _
jobsToUpdate As IEnumerable(Of TeamFoundationJobDefinition) _
)
void UpdateJobs(
IEnumerable<TeamFoundationJobDefinition> jobsToDelete,
IEnumerable<TeamFoundationJobDefinition> jobsToUpdate
)
void UpdateJobs(
IEnumerable<TeamFoundationJobDefinition^>^ jobsToDelete,
IEnumerable<TeamFoundationJobDefinition^>^ jobsToUpdate
)
abstract UpdateJobs :
jobsToDelete:IEnumerable<TeamFoundationJobDefinition> *
jobsToUpdate:IEnumerable<TeamFoundationJobDefinition> -> unit
function UpdateJobs(
jobsToDelete : IEnumerable<TeamFoundationJobDefinition>,
jobsToUpdate : IEnumerable<TeamFoundationJobDefinition>
)
Parameters
jobsToDelete
Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>An enumerable collection of job definitions to delete.
jobsToUpdate
Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>An enumerable collection of job definitions to add or update.
.NET Framework Security
- 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.