TeamFoundationJobService.UpdateJobs Method
Include Protected Members
Include Inherited Members
Refreshes the reported status of the specified jobs.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
UpdateJobs(IEnumerable<TeamFoundationJobDefinition>) | Refreshes the reported status of the specified jobs. | |
UpdateJobs(IEnumerable<Guid>, IEnumerable<TeamFoundationJobDefinition>) | Refreshes the reported status of the specified jobs and deletes the specified jobs. | |
UpdateJobs(IEnumerable<TeamFoundationJobDefinition>, IEnumerable<TeamFoundationJobDefinition>) | Refreshes the reported status of the specified jobs and deletes the specified jobs. |
Top