TeamFoundationServicingService.QueryServicingJobsInfo-Methode
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
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
)
Parameter
- 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>>
Rückgabewert
Typ: System.Collections.Generic.List<ServicingJobInfo>
Gibt List<T> zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.