Edit

Share via


TfvcHttpClientBase.GetChangesetChangesAsync Method

Definition

[Preview API] Retrieve Tfvc changes for a given changeset.

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

Parameters

id
Nullable<Int32>

ID of the changeset. Default: null

skip
Nullable<Int32>

Number of results to skip. Default: null

top
Nullable<Int32>

The maximum number of results to return. Default: null

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to