Metoda TeamFoundationServicingService.QueryServicingJobsInfo —
Przestrzeń nazw: Microsoft.TeamFoundation.Framework.Server
Zestaw: Microsoft.TeamFoundation.Framework.Server (w Microsoft.TeamFoundation.Framework.Server.dll)
Składnia
'Deklaracja
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
)
Parametry
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- queueTimeFrom
Typ: System.DateTime
- queueTimeTo
Typ: System.DateTime
- operationClass
Typ: System.String
- jobResult
Typ: System.Nullable<ServicingJobResult>
- jobStatus
Typ: System.Nullable<ServicingJobStatus>
- databaseName
Typ: System.String
- databaseId
Typ: System.Nullable<Int32>
- accountId
Typ: System.Nullable<Guid>
- poolName
Typ: System.String
- top
Typ: System.Nullable<Int32>
- sortOrder
Typ: System.Collections.Generic.IList<KeyValuePair<ServicingJobInfoColumn, SortOrder>>
Wartość zwracana
Typ: System.Collections.Generic.List<ServicingJobInfo>
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..