TeamFoundationServicingService.QueryServicingJobsInfo Method
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
)
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
)
member QueryServicingJobsInfo :
requestContext:TeamFoundationRequestContext *
queueTimeFrom:DateTime *
queueTimeTo:DateTime *
operationClass:string *
jobResult:Nullable<ServicingJobResult> *
jobStatus:Nullable<ServicingJobStatus> *
databaseName:string *
databaseId:Nullable<int> *
accountId:Nullable<Guid> *
poolName:string *
top:Nullable<int> *
sortOrder:IList<KeyValuePair<ServicingJobInfoColumn, SortOrder>> -> List<ServicingJobInfo>
public function QueryServicingJobsInfo(
requestContext : TeamFoundationRequestContext,
queueTimeFrom : DateTime,
queueTimeTo : DateTime,
operationClass : String,
jobResult : Nullable<ServicingJobResult>,
jobStatus : Nullable<ServicingJobStatus>,
databaseName : String,
databaseId : Nullable<int>,
accountId : Nullable<Guid>,
poolName : String,
top : Nullable<int>,
sortOrder : IList<KeyValuePair<ServicingJobInfoColumn, SortOrder>>
) : List<ServicingJobInfo>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- queueTimeFrom
Type: System.DateTime
- queueTimeTo
Type: System.DateTime
- operationClass
Type: System.String
- jobResult
Type: System.Nullable<ServicingJobResult>
- jobStatus
Type: System.Nullable<ServicingJobStatus>
- databaseName
Type: System.String
- databaseId
Type: System.Nullable<Int32>
- accountId
Type: System.Nullable<Guid>
- poolName
Type: System.String
- top
Type: System.Nullable<Int32>
- sortOrder
Type: System.Collections.Generic.IList<KeyValuePair<ServicingJobInfoColumn, SortOrder>>
Return Value
Type: System.Collections.Generic.List<ServicingJobInfo>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.