bool TryGetIncidentStats( IPageRequest page, out IUserIncidentStats? stats )
Parameters
- page
- The page.
- stats
- Generates user incident statistics for the endpoint, UserIncidentStats contains the user statistics as well as all recorded incident statistics, if any.
Return Value
true
if XXXX, false
otherwise.