LogOnService.queryLogOnHistory Method
        
 Gets the log on history corresponding to query criteria.
 
         
        Parameters
        
            - pageNumber
            
 
            - 
                
Type: Number
(default=1) The page number. Set to 0 for all pages. 
            - pageSize
            
 
            - 
                
Type: Number
(default=15) The number of results in each page. Set to 0 for all pages. 
            - orderBy
            
 
            - 
                
Type: Array
ElementType: LogOnHistoryOrderBy
(optional) The sort order of the result, or null if the order does not matter.
Optional: True 
            - filter
            
 
            - 
                
Type: Array
ElementType: LogOnHistoryQueryFilterRule
(optional) The filter options for the result, or null if the filtering does not matter.
Optional: True 
        
        Return Value
        
Type: jQuery.Promise
        
Value: Array
        
Element Value: LogOnHistoryRecord
        
A promise object that is resolved when the call is complete.
 If successful, an array of dundas.logon.LogOnHistoryRecord is returned.