Bearbeiten

Freigeben über


TaskAgentHttpClientCompatBase.DeleteTaskGroupAsync Method

Definition

Overloads

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.

Returns

Applies to