TeamFoundationJobReportingService.QueryHistory, méthode
Espace de noms : Microsoft.TeamFoundation.Server.Core
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- maxRowsToReturn
Type : System.Int32
- jobId
Type : System.Nullable<Guid>
- resultValue
Type : System.Nullable<Int32>
Valeur de retour
Type : System.Collections.Generic.List<TeamFoundationJobReportingHistory>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.