TestHttpClientBase.UpdateTestPointsAsync 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.
Overloads
| UpdateTestPointsAsync(PointUpdateModel, Guid, Int32, Int32, String, Object, CancellationToken) |
[Preview API] Update test points. |
| UpdateTestPointsAsync(PointUpdateModel, String, Int32, Int32, String, Object, CancellationToken) |
[Preview API] Update test points. |
UpdateTestPointsAsync(PointUpdateModel, Guid, Int32, Int32, String, Object, CancellationToken)
[Preview API] Update test points.
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>> UpdateTestPointsAsync(Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel pointUpdateModel, Guid project, int planId, int suiteId, string pointIds, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member UpdateTestPointsAsync : Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel * Guid * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>>
override this.UpdateTestPointsAsync : Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel * Guid * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>>
Parameters
- pointUpdateModel
- PointUpdateModel
Data to update.
- project
- Guid
Project ID
- planId
- Int32
ID of the test plan.
- suiteId
- Int32
ID of the suite that contains the points.
- pointIds
- String
ID of the test point to get. Use a comma-separated list of IDs to update multiple test points.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
UpdateTestPointsAsync(PointUpdateModel, String, Int32, Int32, String, Object, CancellationToken)
[Preview API] Update test points.
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>> UpdateTestPointsAsync(Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel pointUpdateModel, string project, int planId, int suiteId, string pointIds, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member UpdateTestPointsAsync : Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel * string * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>>
override this.UpdateTestPointsAsync : Microsoft.TeamFoundation.TestManagement.WebApi.PointUpdateModel * string * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>>
Parameters
- pointUpdateModel
- PointUpdateModel
Data to update.
- project
- String
Project ID or project name
- planId
- Int32
ID of the test plan.
- suiteId
- Int32
ID of the suite that contains the points.
- pointIds
- String
ID of the test point to get. Use a comma-separated list of IDs to update multiple test points.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.