Compartir a través de


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

Espacio de nombres:  Microsoft.TeamFoundation.SourceControl.WebApi
Ensamblado:  Microsoft.TeamFoundation.SourceControl.WebApi (en Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Sintaxis

'Declaración
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 devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

TfvcHttpClient Clase

GetChangesetsAsync (Sobrecarga)

Microsoft.TeamFoundation.SourceControl.WebApi (Espacio de nombres)