Updates the job definitions and performs the necessary updates on the queue.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub UpdateJobDefinitions ( _
    requestContext As TeamFoundationRequestContext, _
    jobsToDelete As IEnumerable(Of Guid), _
    jobUpdates As IEnumerable(Of TeamFoundationJobDefinition) _
)
public void UpdateJobDefinitions(
    TeamFoundationRequestContext requestContext,
    IEnumerable<Guid> jobsToDelete,
    IEnumerable<TeamFoundationJobDefinition> jobUpdates
)
public:
void UpdateJobDefinitions(
    TeamFoundationRequestContext^ requestContext, 
    IEnumerable<Guid>^ jobsToDelete, 
    IEnumerable<TeamFoundationJobDefinition^>^ jobUpdates
)
member UpdateJobDefinitions : 
        requestContext:TeamFoundationRequestContext * 
        jobsToDelete:IEnumerable<Guid> * 
        jobUpdates:IEnumerable<TeamFoundationJobDefinition> -> unit
public function UpdateJobDefinitions(
    requestContext : TeamFoundationRequestContext, 
    jobsToDelete : IEnumerable<Guid>, 
    jobUpdates : IEnumerable<TeamFoundationJobDefinition>
)
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The request context 
- jobsToDelete 
 Type: System.Collections.Generic.IEnumerable<Guid>- The jobs which should be deleted 
- jobUpdates 
 Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>- The job definitions which should be updated 
.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.