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