Compartilhar via


Método GitHttpClient.GetCommitDifferencesAsync

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

Sintaxe

'Declaração
Public Function GetCommitDifferencesAsync ( _
    repositoryId As String, _
    projectId As String, _
    baseVersion As GitVersionDescriptor, _
    targetVersion As GitVersionDescriptor, _
    top As Nullable(Of Integer), _
    skip As Nullable(Of Integer), _
    userState As Object _
) As Task(Of GitCommitDiffs)
public Task<GitCommitDiffs> GetCommitDifferencesAsync(
    string repositoryId,
    string projectId,
    GitVersionDescriptor baseVersion,
    GitVersionDescriptor targetVersion,
    Nullable<int> top,
    Nullable<int> skip,
    Object userState
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

GitHttpClient Classe

Namespace Microsoft.TeamFoundation.SourceControl.WebApi