Edit

TestResultsHttpClientBase.QueryTestMethodLinkedWorkItemsAsync Method

Definition

Overloads

QueryTestMethodLinkedWorkItemsAsync(Guid, String, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestToWorkItemLinks> QueryTestMethodLinkedWorkItemsAsync(Guid project, string testName, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member QueryTestMethodLinkedWorkItemsAsync : Guid * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestToWorkItemLinks>
override this.QueryTestMethodLinkedWorkItemsAsync : Guid * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestToWorkItemLinks>

Parameters

project
Guid

Project ID

testName
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

QueryTestMethodLinkedWorkItemsAsync(String, String, Object, CancellationToken)

[Preview API]

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestToWorkItemLinks> QueryTestMethodLinkedWorkItemsAsync(string project, string testName, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member QueryTestMethodLinkedWorkItemsAsync : string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestToWorkItemLinks>
override this.QueryTestMethodLinkedWorkItemsAsync : string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestToWorkItemLinks>

Parameters

project
String

Project ID or project name

testName
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to