TeamFoundationGitCommitService.QueryPushHistory-Methode
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
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
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- repository
Typ: Microsoft.TeamFoundation.Git.Server.TfsGitRepository
- fromDate
Typ: System.Nullable<DateTime>
- toDate
Typ: System.Nullable<DateTime>
- pusherId
Typ: System.Nullable<Guid>
- skip
Typ: System.Nullable<Int32>
- take
Typ: System.Nullable<Int32>
Rückgabewert
Typ: System.Collections.Generic.List<TfsGitPushMetadata>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.