TestCompatHttpClientBase.DeleteTestSuiteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| DeleteTestSuiteAsync(Guid, Int32, Int32, Object, CancellationToken) |
Obsolete.
[Preview API] Delete test suite. |
| DeleteTestSuiteAsync(String, Int32, Int32, Object, CancellationToken) |
Obsolete.
[Preview API] Delete test suite. |
DeleteTestSuiteAsync(Guid, Int32, Int32, Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API] Delete test suite.
[System.Obsolete]
public virtual System.Threading.Tasks.Task DeleteTestSuiteAsync(Guid project, int planId, int suiteId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteTestSuiteAsync : Guid * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteTestSuiteAsync : Guid * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- Guid
Project ID
- planId
- Int32
ID of the test plan that contains the suite.
- suiteId
- Int32
ID of the test suite to delete.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes
Applies to
DeleteTestSuiteAsync(String, Int32, Int32, Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API] Delete test suite.
[System.Obsolete]
public virtual System.Threading.Tasks.Task DeleteTestSuiteAsync(string project, int planId, int suiteId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteTestSuiteAsync : string * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteTestSuiteAsync : string * int * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- String
Project ID or project name
- planId
- Int32
ID of the test plan that contains the suite.
- suiteId
- Int32
ID of the test suite to delete.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes