Deletes, adds, or updates the specified jobs.
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub UpdateJobs ( _
    jobsToDelete As IEnumerable(Of Guid), _
    jobsToUpdate As IEnumerable(Of TeamFoundationJobDefinition) _
)
void UpdateJobs(
    IEnumerable<Guid> jobsToDelete,
    IEnumerable<TeamFoundationJobDefinition> jobsToUpdate
)
void UpdateJobs(
    IEnumerable<Guid>^ jobsToDelete, 
    IEnumerable<TeamFoundationJobDefinition^>^ jobsToUpdate
)
abstract UpdateJobs : 
        jobsToDelete:IEnumerable<Guid> * 
        jobsToUpdate:IEnumerable<TeamFoundationJobDefinition> -> unit
function UpdateJobs(
    jobsToDelete : IEnumerable<Guid>, 
    jobsToUpdate : IEnumerable<TeamFoundationJobDefinition>
)
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. 
.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.