Edit

Share via


WorkItemTrackingHttpClientBase.GetDeletedWorkItemShallowReferencesAsync Method

Definition

Overloads

GetDeletedWorkItemShallowReferencesAsync(Object, CancellationToken)

[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.

GetDeletedWorkItemShallowReferencesAsync(Guid, Object, CancellationToken)

[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.

GetDeletedWorkItemShallowReferencesAsync(String, Object, CancellationToken)

[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.

GetDeletedWorkItemShallowReferencesAsync(Object, CancellationToken)

[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemDeleteShallowReference>> GetDeletedWorkItemShallowReferencesAsync (object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetDeletedWorkItemShallowReferencesAsync : obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemDeleteShallowReference>>
override this.GetDeletedWorkItemShallowReferencesAsync : obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemDeleteShallowReference>>

Parameters

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

GetDeletedWorkItemShallowReferencesAsync(Guid, Object, CancellationToken)

[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemDeleteShallowReference>> GetDeletedWorkItemShallowReferencesAsync (Guid project, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetDeletedWorkItemShallowReferencesAsync : Guid * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemDeleteShallowReference>>
override this.GetDeletedWorkItemShallowReferencesAsync : Guid * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemDeleteShallowReference>>

Parameters

project
Guid

Project ID

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

GetDeletedWorkItemShallowReferencesAsync(String, Object, CancellationToken)

[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemDeleteShallowReference>> GetDeletedWorkItemShallowReferencesAsync (string project, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetDeletedWorkItemShallowReferencesAsync : string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemDeleteShallowReference>>
override this.GetDeletedWorkItemShallowReferencesAsync : string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemDeleteShallowReference>>

Parameters

project
String

Project ID or project name

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to