TfvcHttpClient.GetChangesetChangesPagedAsync 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.
[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