TeamFoundationJobReportingService.QueryQueueTimes 方法

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
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
)

参数

返回值

类型:System.Collections.Generic.List<TeamFoundationJobReportingJobCountsAndRunTime>

.NET Framework 安全性

请参阅

参考

TeamFoundationJobReportingService 类

Microsoft.TeamFoundation.Server.Core 命名空间