命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Public Function QueryServicingJobsInfo ( _
requestContext As TeamFoundationRequestContext, _
queueTimeFrom As DateTime, _
queueTimeTo As DateTime, _
operationClass As String, _
jobResult As Nullable(Of ServicingJobResult), _
jobStatus As Nullable(Of ServicingJobStatus), _
databaseName As String, _
databaseId As Nullable(Of Integer), _
accountId As Nullable(Of Guid), _
poolName As String, _
top As Nullable(Of Integer), _
sortOrder As IList(Of KeyValuePair(Of ServicingJobInfoColumn, SortOrder)) _
) As List(Of ServicingJobInfo)
public List<ServicingJobInfo> QueryServicingJobsInfo(
TeamFoundationRequestContext requestContext,
DateTime queueTimeFrom,
DateTime queueTimeTo,
string operationClass,
Nullable<ServicingJobResult> jobResult,
Nullable<ServicingJobStatus> jobStatus,
string databaseName,
Nullable<int> databaseId,
Nullable<Guid> accountId,
string poolName,
Nullable<int> top,
IList<KeyValuePair<ServicingJobInfoColumn, SortOrder>> sortOrder
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- queueTimeFrom
类型:System.DateTime
- queueTimeTo
类型:System.DateTime
- operationClass
类型:System.String
- jobResult
类型:System.Nullable<ServicingJobResult>
- jobStatus
类型:System.Nullable<ServicingJobStatus>
- databaseName
类型:System.String
- databaseId
类型:System.Nullable<Int32>
- accountId
类型:System.Nullable<Guid>
- poolName
类型:System.String
- top
类型:System.Nullable<Int32>
- sortOrder
类型:System.Collections.Generic.IList<KeyValuePair<ServicingJobInfoColumn, SortOrder>>
返回值
类型:System.Collections.Generic.List<ServicingJobInfo>
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。