Edit

TestHttpClientBase.GetTestVariableByIdAsync Method

Definition

Overloads

GetTestVariableByIdAsync(String, Int32, Object, CancellationToken)

[Preview API]

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

Parameters

project
String

Project ID or project name

testVariableId
Int32
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

GetTestVariableByIdAsync(Guid, Int32, Object, CancellationToken)

[Preview API]

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

Parameters

project
Guid

Project ID

testVariableId
Int32
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to