Edit

Share via


TfvcHttpClientBase.GetChangesetWorkItemsAsync Method

Definition

[Preview API] Retrieves the work items associated with a particular changeset.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.AssociatedWorkItem>> GetChangesetWorkItemsAsync(Nullable<int> id = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetChangesetWorkItemsAsync : Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.AssociatedWorkItem>>
override this.GetChangesetWorkItemsAsync : Nullable<int> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.AssociatedWorkItem>>

Parameters

id
Nullable<Int32>

ID of the changeset. Default: null

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to