Edit

TestHttpClientBase.DeleteTestConfigurationAsync Method

Definition

Overloads

DeleteTestConfigurationAsync(Guid, Int32, Object, CancellationToken)

[Preview API]

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

Parameters

project
Guid

Project ID

testConfigurationId
Int32
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

DeleteTestConfigurationAsync(String, Int32, Object, CancellationToken)

[Preview API]

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

Parameters

project
String

Project ID or project name

testConfigurationId
Int32
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to