ISessionServiceSessionQueryCount Method  | 
 Gets the number of sessions corresponding to filter criteria.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxint SessionQueryCount(
	ICollection<SessionQueryFilterRule>? filter
)
Function SessionQueryCount ( 
	filter As ICollection(Of SessionQueryFilterRule)
) As Integer
int SessionQueryCount(
	ICollection<SessionQueryFilterRule^>^ filter
)
abstract SessionQueryCount : 
        filter : ICollection<SessionQueryFilterRule> -> int 
Parameters
- filter
 - Type: System.Collections.GenericICollectionSessionQueryFilterRule
              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 sessions matching the filter criteria.
Exceptions
Remarks
              If the caller is associated with a tenant, the results will be filtered so that only sessions associated
              with that tenant are included.
            
See Also