TeamFoundationJobService.QueryLatestJobHistory Method
Include Protected Members
Include Inherited Members
Queries the latest job history.
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 | |
---|---|---|
QueryLatestJobHistory(IEnumerable<Guid>) | Queries the latest job history of the specified jobs. | |
QueryLatestJobHistory(Guid) | Queries the latest job history of the specified job. | |
QueryLatestJobHistory(TeamFoundationJobDefinition) | Queries the latest job history of the specified job. | |
QueryLatestJobHistory(IEnumerable<TeamFoundationJobDefinition>) | Queries the latest job history of the specified jobs. |
Top