WorkItemTrackingHttpClientCompatBase.GetDeletedWorkItemReferencesAsync 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
| GetDeletedWorkItemReferencesAsync(Guid, Object, CancellationToken) |
Obsolete.
[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin. |
| GetDeletedWorkItemReferencesAsync(String, Object, CancellationToken) |
Obsolete.
[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin. |
| GetDeletedWorkItemReferencesAsync(Object, CancellationToken) |
Obsolete.
[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin. |
GetDeletedWorkItemReferencesAsync(Guid, Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.
[System.Obsolete]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>> GetDeletedWorkItemReferencesAsync(Guid project, object userState, System.Threading.CancellationToken cancellationToken);
abstract member GetDeletedWorkItemReferencesAsync : Guid * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>>
override this.GetDeletedWorkItemReferencesAsync : Guid * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>>
Parameters
- project
- Guid
Project ID
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes
Applies to
GetDeletedWorkItemReferencesAsync(String, Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.
[System.Obsolete]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>> GetDeletedWorkItemReferencesAsync(string project, object userState, System.Threading.CancellationToken cancellationToken);
abstract member GetDeletedWorkItemReferencesAsync : string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>>
override this.GetDeletedWorkItemReferencesAsync : string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>>
Parameters
- project
- String
Project ID or project name
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes
Applies to
GetDeletedWorkItemReferencesAsync(Object, CancellationToken)
Caution
This API is now deprecated.
[Preview API] Gets a list of the IDs and the URLs of the deleted the work items in the Recycle Bin.
[System.Obsolete]
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>> GetDeletedWorkItemReferencesAsync(object userState, System.Threading.CancellationToken cancellationToken);
abstract member GetDeletedWorkItemReferencesAsync : obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>>
override this.GetDeletedWorkItemReferencesAsync : obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference>>
Parameters
- userState
- Object
- cancellationToken
- CancellationToken
The cancellation token to cancel operation.
Returns
- Attributes