Edit

Share via


TestPlanHttpClientBase.DeleteTestConfgurationAsync Method

Definition

Overloads

DeleteTestConfgurationAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Delete a test configuration by its ID.

DeleteTestConfgurationAsync(String, Int32, Object, CancellationToken)

[Preview API] Delete a test configuration by its ID.

DeleteTestConfgurationAsync(Guid, Int32, Object, CancellationToken)

[Preview API] Delete a test configuration by its ID.

public virtual System.Threading.Tasks.Task DeleteTestConfgurationAsync (Guid project, int testConfiguartionId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteTestConfgurationAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteTestConfgurationAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

project
Guid

Project ID

testConfiguartionId
Int32

ID of the test configuration to delete.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

DeleteTestConfgurationAsync(String, Int32, Object, CancellationToken)

[Preview API] Delete a test configuration by its ID.

public virtual System.Threading.Tasks.Task DeleteTestConfgurationAsync (string project, int testConfiguartionId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteTestConfgurationAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteTestConfgurationAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

project
String

Project ID or project name

testConfiguartionId
Int32

ID of the test configuration to delete.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to