TestHttpClientBase.GetPointAsync 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
| GetPointAsync(Guid, Int32, Int32, Int32, String, Object, CancellationToken) |
[Preview API] Get a test point. |
| GetPointAsync(String, Int32, Int32, Int32, String, Object, CancellationToken) |
[Preview API] Get a test point. |
GetPointAsync(Guid, Int32, Int32, Int32, String, Object, CancellationToken)
[Preview API] Get a test point.
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint> GetPointAsync(Guid project, int planId, int suiteId, int pointIds, string witFields = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetPointAsync : Guid * int * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>
override this.GetPointAsync : Guid * int * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>
Parameters
- project
- Guid
Project ID
- planId
- Int32
ID of the test plan.
- suiteId
- Int32
ID of the suite that contains the point.
- pointIds
- Int32
ID of the test point to get.
- witFields
- String
Comma-separated list of work item field names.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
GetPointAsync(String, Int32, Int32, Int32, String, Object, CancellationToken)
[Preview API] Get a test point.
public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint> GetPointAsync(string project, int planId, int suiteId, int pointIds, string witFields = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetPointAsync : string * int * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>
override this.GetPointAsync : string * int * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestPoint>
Parameters
- project
- String
Project ID or project name
- planId
- Int32
ID of the test plan.
- suiteId
- Int32
ID of the suite that contains the point.
- pointIds
- Int32
ID of the test point to get.
- witFields
- String
Comma-separated list of work item field names.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.