TeamFoundationJobService.UpdateJobs Method (IEnumerable<TeamFoundationJobDefinition>)
Refreshes the reported status of the specified jobs.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub UpdateJobs ( _
jobs As IEnumerable(Of TeamFoundationJobDefinition) _
)
public void UpdateJobs(
IEnumerable<TeamFoundationJobDefinition> jobs
)
public:
virtual void UpdateJobs(
IEnumerable<TeamFoundationJobDefinition^>^ jobs
) sealed
abstract UpdateJobs :
jobs:IEnumerable<TeamFoundationJobDefinition> -> unit
override UpdateJobs :
jobs:IEnumerable<TeamFoundationJobDefinition> -> unit
public final function UpdateJobs(
jobs : IEnumerable<TeamFoundationJobDefinition>
)
Parameters
- jobs
Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>
An enumerable collection of TeamFoundationJobDefinition objects that represent the jobs for which to get the current status.
Implements
ITeamFoundationJobService.UpdateJobs(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.