TaskAgentHttpClientBase.UndeleteTaskGroupAsync 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
| UndeleteTaskGroupAsync(Guid, TaskGroup, Object, CancellationToken) |
[Preview API] |
| UndeleteTaskGroupAsync(String, TaskGroup, Object, CancellationToken) |
[Preview API] |
UndeleteTaskGroupAsync(Guid, TaskGroup, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup>> UndeleteTaskGroupAsync(Guid project, Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup taskGroup, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member UndeleteTaskGroupAsync : Guid * Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup>>
override this.UndeleteTaskGroupAsync : Guid * Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup>>
Parameters
- project
- Guid
Project ID
- taskGroup
- TaskGroup
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
Applies to
UndeleteTaskGroupAsync(String, TaskGroup, Object, CancellationToken)
[Preview API]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup>> UndeleteTaskGroupAsync(string project, Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup taskGroup, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member UndeleteTaskGroupAsync : string * Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup>>
override this.UndeleteTaskGroupAsync : string * Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.DistributedTask.WebApi.TaskGroup>>
Parameters
- project
- String
Project ID or project name
- taskGroup
- TaskGroup
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.