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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。