TestCompatHttpClientBase.DeleteTestPlanAsync 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
| DeleteTestPlanAsync(String, Int32, Object, CancellationToken) |
Obsolete.
[Preview API] Delete a test plan. |
| DeleteTestPlanAsync(Guid, Int32, Object, CancellationToken) |
Obsolete.
[Preview API] Delete a test plan. |
DeleteTestPlanAsync(String, Int32, Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API] Delete a test plan.
[System.Obsolete]
public virtual System.Threading.Tasks.Task DeleteTestPlanAsync(string project, int planId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteTestPlanAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteTestPlanAsync : string * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- String
Project ID or project name
- planId
- Int32
ID of the test plan to be deleted.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes
Applies to
DeleteTestPlanAsync(Guid, Int32, Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API] Delete a test plan.
[System.Obsolete]
public virtual System.Threading.Tasks.Task DeleteTestPlanAsync(Guid project, int planId, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeleteTestPlanAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeleteTestPlanAsync : Guid * int * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- Guid
Project ID
- planId
- Int32
ID of the test plan to be deleted.
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes