Freigeben über


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

Rückgabewert

Typ: System.Collections.Generic.List<TfsGitPushMetadata>

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationGitCommitService Klasse

Microsoft.TeamFoundation.Git.Server-Namespace