Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
)
public:
List<TeamFoundationJobReportingJobCountsAndRunTime^>^ QueryQueueTimes(
TeamFoundationRequestContext^ requestContext,
int maxRowsToReturn,
Nullable<Guid> jobId,
[OutAttribute] DateTime% startTime,
[OutAttribute] DateTime% endTime
)
member QueryQueueTimes :
requestContext:TeamFoundationRequestContext *
maxRowsToReturn:int *
jobId:Nullable<Guid> *
startTime:DateTime byref *
endTime:DateTime byref -> List<TeamFoundationJobReportingJobCountsAndRunTime>
public function QueryQueueTimes(
requestContext : TeamFoundationRequestContext,
maxRowsToReturn : int,
jobId : Nullable<Guid>,
startTime : DateTime,
endTime : DateTime
) : List<TeamFoundationJobReportingJobCountsAndRunTime>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- maxRowsToReturn
Type: System.Int32
- jobId
Type: System.Nullable<Guid>
- startTime
Type: System.DateTime%
- endTime
Type: System.DateTime%
Return Value
Type: System.Collections.Generic.List<TeamFoundationJobReportingJobCountsAndRunTime>
.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.