Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Refreshes the reported status of the specified jobs and deletes the specified jobs.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub UpdateJobs ( _
jobsToDelete As IEnumerable(Of Guid), _
jobsToUpdate As IEnumerable(Of TeamFoundationJobDefinition) _
)
public void UpdateJobs(
IEnumerable<Guid> jobsToDelete,
IEnumerable<TeamFoundationJobDefinition> jobsToUpdate
)
public:
virtual void UpdateJobs(
IEnumerable<Guid>^ jobsToDelete,
IEnumerable<TeamFoundationJobDefinition^>^ jobsToUpdate
) sealed
abstract UpdateJobs :
jobsToDelete:IEnumerable<Guid> *
jobsToUpdate:IEnumerable<TeamFoundationJobDefinition> -> unit
override UpdateJobs :
jobsToDelete:IEnumerable<Guid> *
jobsToUpdate:IEnumerable<TeamFoundationJobDefinition> -> unit
public final function UpdateJobs(
jobsToDelete : IEnumerable<Guid>,
jobsToUpdate : IEnumerable<TeamFoundationJobDefinition>
)
Parameters
jobsToDelete
Type: System.Collections.Generic.IEnumerable<Guid>An enumerable collection of Guid objects that represent the job IDs of the jobs to delete.
jobsToUpdate
Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>An enumerable collection of Guid objects that represent the job IDs of the jobs for which to get the current status.
Implements
ITeamFoundationJobService.UpdateJobs(IEnumerable<Guid>, IEnumerable<TeamFoundationJobDefinition>)
.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.