WorkHttpClientBase.DeletePlanAsync 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
| DeletePlanAsync(Guid, String, Object, CancellationToken) |
[Preview API] Delete the specified plan |
| DeletePlanAsync(String, String, Object, CancellationToken) |
[Preview API] Delete the specified plan |
DeletePlanAsync(Guid, String, Object, CancellationToken)
[Preview API] Delete the specified plan
public virtual System.Threading.Tasks.Task DeletePlanAsync(Guid project, string id, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeletePlanAsync : Guid * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeletePlanAsync : Guid * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- Guid
Project ID
- id
- String
Identifier of the plan
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
DeletePlanAsync(String, String, Object, CancellationToken)
[Preview API] Delete the specified plan
public virtual System.Threading.Tasks.Task DeletePlanAsync(string project, string id, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member DeletePlanAsync : string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.DeletePlanAsync : string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- project
- String
Project ID or project name
- id
- String
Identifier of the plan
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.