This documentation is archived and is not being maintained.
TeamFoundationJobService::UpdateJobs Method (IEnumerable<TeamFoundationJobDefinition>)
Visual Studio 2013
Refreshes the reported status of the specified jobs.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual void UpdateJobs( IEnumerable<TeamFoundationJobDefinition^>^ jobs ) sealed
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>)- 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.
Show: