Partager via


GitHttpClient.GetCommitDifferencesAsync, méthode

Espace de noms :  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly :  Microsoft.TeamFoundation.SourceControl.WebApi (dans Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

GitHttpClient Classe

Microsoft.TeamFoundation.SourceControl.WebApi, espace de noms