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)

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

.NET Framework Security

See Also

Reference

ITeamFoundationJobService Interface

UpdateJobs Overload

Microsoft.TeamFoundation.Framework.Client Namespace