Edit

Share via


TfvcHttpClient.GetChangesetChangesPagedAsync Method

Definition

[Internal customers only API] Get changeset changes information with continuation token support. Gets the specified number of changes for a particular changeset.

public virtual System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChange>> GetChangesetChangesPagedAsync(int id, int top, string continuationToken = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member GetChangesetChangesPagedAsync : int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChange>>
override this.GetChangesetChangesPagedAsync : int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<Microsoft.TeamFoundation.SourceControl.WebApi.TfvcChange>>

Parameters

id
Int32
top
Int32
continuationToken
String
userState
Object
cancellationToken
CancellationToken

Returns

Task<Microsoft.VisualStudio.Services.WebApi.IPagedList<TfvcChange>>

Applies to