IReadOnlyList<ISPIncident> ISPIncidents( TimeSpan limitTo, int orderByColumn, int page, int rowsPerPage, int fromDuration, int tillDuration, float minFrequency, float maxFrequency, int interval, out int pageCount )
Parameters
- limitTo
- the incident
- orderByColumn
- page
- rowsPerPage
- fromDuration
- lower bound duration of attack
- tillDuration
- upper bound duration of attack
- minFrequency
- attacks per interval, 0 for all
- maxFrequency
- attacks per interval, 0 for all
- interval
- interval scale 1=min, 2= hour, 3=day,4=week,5=month,6=quarter,7=year
- pageCount
- pages of data available