TeamFoundationJobReportingService.QueryHistory-Methode
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
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- maxRowsToReturn
Typ: System.Int32
- jobId
Typ: System.Nullable<Guid>
- resultValue
Typ: System.Nullable<Int32>
Rückgabewert
Typ: System.Collections.Generic.List<TeamFoundationJobReportingHistory>
.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.