Compartilhar via


Método TfvcHttpClient.GetChangesetsAsync (TfvcChangesetSearchCriteria, Nullable<Int32>, Nullable<Int32>, Object)

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (em Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Sintaxe

'Declaração
Public Function GetChangesetsAsync ( _
    searchCriteriaObject As TfvcChangesetSearchCriteria, _
    top As Nullable(Of Integer), _
    skip As Nullable(Of Integer), _
    userState As Object _
) As Task(Of TfvcChangesetsCollection)
public Task<TfvcChangesetsCollection> GetChangesetsAsync(
    TfvcChangesetSearchCriteria searchCriteriaObject,
    Nullable<int> top,
    Nullable<int> skip,
    Object userState
)

Parâmetros

Valor de retorno

Tipo: System.Threading.Tasks.Task<TfvcChangesetsCollection>

Segurança do .NET Framework

Consulte também

Referência

TfvcHttpClient Classe

Sobrecargas GetChangesetsAsync

Namespace Microsoft.TeamFoundation.SourceControl.WebApi