ITeamFoundationJobService.UpdateJobs Method
Include Protected Members
Include Inherited Members
Adds or updates 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>) | Adds or updates the specified job definitions. | |
UpdateJobs(IEnumerable<Guid>, IEnumerable<TeamFoundationJobDefinition>) | Deletes, adds, or updates the specified jobs. | |
UpdateJobs(IEnumerable<TeamFoundationJobDefinition>, IEnumerable<TeamFoundationJobDefinition>) | Deletes, adds, or updates the specified job definitions. |
Top