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
)
Параметры
- requestContext
Тип: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- repository
Тип: Microsoft.TeamFoundation.Git.Server.TfsGitRepository
- fromDate
Тип: System.Nullable<DateTime>
- toDate
Тип: System.Nullable<DateTime>
- pusherId
Тип: System.Nullable<Guid>
- skip
Тип: System.Nullable<Int32>
- take
Тип: System.Nullable<Int32>
Возвращаемое значение
Тип: System.Collections.Generic.List<TfsGitPushMetadata>
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.