Edit

TestManagementHttpClientRetryHelper.CreateTestRunAsync Method

Definition

Overloads

CreateTestRunAsync(RunCreateModel, Guid, Object, CancellationToken)

public System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestRun> CreateTestRunAsync(Microsoft.TeamFoundation.TestManagement.WebApi.RunCreateModel runCreateModel, Guid projectId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.CreateTestRunAsync : Microsoft.TeamFoundation.TestManagement.WebApi.RunCreateModel * Guid * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestRun>

Parameters

runCreateModel
RunCreateModel
projectId
Guid
userState
Object
cancellationToken
CancellationToken

Returns

Applies to

CreateTestRunAsync(RunCreateModel, String, Object, CancellationToken)

public System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestRun> CreateTestRunAsync(Microsoft.TeamFoundation.TestManagement.WebApi.RunCreateModel runCreateModel, string projectId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.CreateTestRunAsync : Microsoft.TeamFoundation.TestManagement.WebApi.RunCreateModel * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.TestManagement.WebApi.TestRun>

Parameters

runCreateModel
RunCreateModel
projectId
String
userState
Object
cancellationToken
CancellationToken

Returns

Applies to