Поделиться через


GitHttpClient.GetCommitDifferencesAsync - метод

Пространство имен:  Microsoft.TeamFoundation.SourceControl.WebApi
Сборка:  Microsoft.TeamFoundation.SourceControl.WebApi (в Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Синтаксис

'Декларация
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
)

Параметры

Возвращаемое значение

Тип: System.Threading.Tasks.Task<GitCommitDiffs>

Безопасность платформы .NET Framework

См. также

Ссылки

GitHttpClient Класс

Microsoft.TeamFoundation.SourceControl.WebApi - пространство имен