TeamFoundationJobReportingService.QueryQueueTimes-Methode
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function QueryQueueTimes ( _
requestContext As TeamFoundationRequestContext, _
maxRowsToReturn As Integer, _
jobId As Nullable(Of Guid), _
<OutAttribute> ByRef startTime As DateTime, _
<OutAttribute> ByRef endTime As DateTime _
) As List(Of TeamFoundationJobReportingJobCountsAndRunTime)
public List<TeamFoundationJobReportingJobCountsAndRunTime> QueryQueueTimes(
TeamFoundationRequestContext requestContext,
int maxRowsToReturn,
Nullable<Guid> jobId,
out DateTime startTime,
out DateTime endTime
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- maxRowsToReturn
Typ: System.Int32
- jobId
Typ: System.Nullable<Guid>
- startTime
Typ: System.DateTime%
- endTime
Typ: System.DateTime%
Rückgabewert
Typ: System.Collections.Generic.List<TeamFoundationJobReportingJobCountsAndRunTime>
.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.