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


TeamFoundationGitCommitService.QueryPushHistory - метод

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

Синтаксис

'Декларация
Public Function QueryPushHistory ( _
    requestContext As TeamFoundationRequestContext, _
    repository As TfsGitRepository, _
    fromDate As Nullable(Of DateTime), _
    toDate As Nullable(Of DateTime), _
    pusherId As Nullable(Of Guid), _
    skip As Nullable(Of Integer), _
    take As Nullable(Of Integer) _
) As List(Of TfsGitPushMetadata)
public List<TfsGitPushMetadata> QueryPushHistory(
    TeamFoundationRequestContext requestContext,
    TfsGitRepository repository,
    Nullable<DateTime> fromDate,
    Nullable<DateTime> toDate,
    Nullable<Guid> pusherId,
    Nullable<int> skip,
    Nullable<int> take
)

Параметры

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

Тип: System.Collections.Generic.List<TfsGitPushMetadata>

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

См. также

Ссылки

TeamFoundationGitCommitService Класс

Microsoft.TeamFoundation.Git.Server - пространство имен