TestManagementHttpClient.BulkUpdateTestResultsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API is deprecated at 2.3 version and is no more supported.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestCaseResult>> BulkUpdateTestResultsAsync(Microsoft.TeamFoundation.TestManagement.WebApi.TestCaseResultUpdateModel result, string project, int runId, System.Collections.Generic.IEnumerable<int> resultIds, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.BulkUpdateTestResultsAsync : Microsoft.TeamFoundation.TestManagement.WebApi.TestCaseResultUpdateModel * string * int * seq<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestCaseResult>>
Parameters
- result
- TestCaseResultUpdateModel
- project
- String
Project ID or project name
- runId
- Int32
- resultIds
- IEnumerable<Int32>
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.