Edit

Share via


TfvcHttpClientBase.GetShelvesetChangesAsync Method

Definition

[Preview API] Get changes included in a shelveset.

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

Parameters

shelvesetId
String

Shelveset's unique ID

top
Nullable<Int32>

Max number of changes to return

skip
Nullable<Int32>

Number of changes to skip

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to