Edit

TestCompatHttpClientBase.DeleteTestConfigurationAsync Method

Definition

Overloads

DeleteTestConfigurationAsync(Guid, Int32, Object, CancellationToken)
Obsolete.

[Preview API] Delete a test configuration

DeleteTestConfigurationAsync(String, Int32, Object, CancellationToken)
Obsolete.

[Preview API] Delete a test configuration

DeleteTestConfigurationAsync(Guid, Int32, Object, CancellationToken)

Caution

This API is now deprecated.

[Preview API] Delete a test configuration

[System.Obsolete]
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

ID of the test configuration to get.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Attributes

Applies to

DeleteTestConfigurationAsync(String, Int32, Object, CancellationToken)

Caution

This API is now deprecated.

[Preview API] Delete a test configuration

[System.Obsolete]
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

ID of the test configuration to get.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Attributes

Applies to