Freigeben über


GitHttpClientBase.GetCommitsBatchAsync-Methode (GitQueryCommitsCriteria, String, Guid, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

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

Syntax

'Declaration
Public Overridable Function GetCommitsBatchAsync ( _
    searchCriteria As GitQueryCommitsCriteria, _
    project As String, _
    repositoryId As Guid, _
    skip As Nullable(Of Integer), _
    top As Nullable(Of Integer), _
    userState As Object, _
    cancellationToken As CancellationToken _
) As Task(Of List(Of GitCommitRef))
public virtual Task<List<GitCommitRef>> GetCommitsBatchAsync(
    GitQueryCommitsCriteria searchCriteria,
    string project,
    Guid repositoryId,
    Nullable<int> skip,
    Nullable<int> top,
    Object userState,
    CancellationToken cancellationToken
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task<List<GitCommitRef>>

.NET Framework-Sicherheit

Siehe auch

Referenz

GitHttpClientBase Klasse

GetCommitsBatchAsync-Überladung

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace