IJobServiceJobRunQueryCount Method  | 
 Gets the number of job runs corresponding to filter criteria.
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxint JobRunQueryCount(
	ICollection<JobRunQueryFilterRule>? filter
)
Function JobRunQueryCount ( 
	filter As ICollection(Of JobRunQueryFilterRule)
) As Integer
int JobRunQueryCount(
	ICollection<JobRunQueryFilterRule^>^ filter
)
abstract JobRunQueryCount : 
        filter : ICollection<JobRunQueryFilterRule> -> int 
Parameters
- filter
 - Type: System.Collections.GenericICollectionJobRunQueryFilterRule
              The filter rules which should be applied to the query, or  if the total number
              of records should be returned.
             
Return Value
Type: 
Int32The number of job runs matching the filter criteria.
Exceptions
Remarks
              If the caller is associated with a tenant, the results will be filtered so that only records associated
              with that tenant are included.
            
See Also