Share via


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

Rückgabewert

Typ: System.Collections.Generic.List<ServicingJobInfo>

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationServicingService Klasse

Microsoft.TeamFoundation.Framework.Server-Namespace