命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。