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
)
Параметры
- repositoryId
Тип: System.String
- projectId
Тип: System.String
- baseVersion
Тип: Microsoft.TeamFoundation.SourceControl.WebApi.GitVersionDescriptor
- targetVersion
Тип: Microsoft.TeamFoundation.SourceControl.WebApi.GitVersionDescriptor
- top
Тип: System.Nullable<Int32>
- skip
Тип: System.Nullable<Int32>
- userState
Тип: System.Object
Возвращаемое значение
Тип: System.Threading.Tasks.Task<GitCommitDiffs>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.TeamFoundation.SourceControl.WebApi - пространство имен