TeamFoundationGitCommitService.QueryPushHistory Method
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
)
public:
List<TfsGitPushMetadata^>^ QueryPushHistory(
TeamFoundationRequestContext^ requestContext,
TfsGitRepository^ repository,
Nullable<DateTime> fromDate,
Nullable<DateTime> toDate,
Nullable<Guid> pusherId,
Nullable<int> skip,
Nullable<int> take
)
member QueryPushHistory :
requestContext:TeamFoundationRequestContext *
repository:TfsGitRepository *
fromDate:Nullable<DateTime> *
toDate:Nullable<DateTime> *
pusherId:Nullable<Guid> *
skip:Nullable<int> *
take:Nullable<int> -> List<TfsGitPushMetadata>
public function QueryPushHistory(
requestContext : TeamFoundationRequestContext,
repository : TfsGitRepository,
fromDate : Nullable<DateTime>,
toDate : Nullable<DateTime>,
pusherId : Nullable<Guid>,
skip : Nullable<int>,
take : Nullable<int>
) : List<TfsGitPushMetadata>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- repository
Type: Microsoft.TeamFoundation.Git.Server.TfsGitRepository
- fromDate
Type: System.Nullable<DateTime>
- toDate
Type: System.Nullable<DateTime>
- pusherId
Type: System.Nullable<Guid>
- skip
Type: System.Nullable<Int32>
- take
Type: System.Nullable<Int32>
Return Value
Type: System.Collections.Generic.List<TfsGitPushMetadata>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.