TeamFoundationJobReportingService.QueryHistory Method
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function QueryHistory ( _
requestContext As TeamFoundationRequestContext, _
maxRowsToReturn As Integer, _
jobId As Nullable(Of Guid), _
resultValue As Nullable(Of Integer) _
) As List(Of TeamFoundationJobReportingHistory)
public List<TeamFoundationJobReportingHistory> QueryHistory(
TeamFoundationRequestContext requestContext,
int maxRowsToReturn,
Nullable<Guid> jobId,
Nullable<int> resultValue
)
public:
List<TeamFoundationJobReportingHistory^>^ QueryHistory(
TeamFoundationRequestContext^ requestContext,
int maxRowsToReturn,
Nullable<Guid> jobId,
Nullable<int> resultValue
)
member QueryHistory :
requestContext:TeamFoundationRequestContext *
maxRowsToReturn:int *
jobId:Nullable<Guid> *
resultValue:Nullable<int> -> List<TeamFoundationJobReportingHistory>
public function QueryHistory(
requestContext : TeamFoundationRequestContext,
maxRowsToReturn : int,
jobId : Nullable<Guid>,
resultValue : Nullable<int>
) : List<TeamFoundationJobReportingHistory>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- maxRowsToReturn
Type: System.Int32
- jobId
Type: System.Nullable<Guid>
- resultValue
Type: System.Nullable<Int32>
Return Value
Type: System.Collections.Generic.List<TeamFoundationJobReportingHistory>
.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.