TeamFoundationServicingService.QueryServicingJobsInfo 메서드
네임스페이스: 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>
List<T> 를 반환합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.