Returns the number of sessions that comply with the filters.
GAMRepository.GetSessionLogsCount(in:GAMSessionLogsCountFilter): int
The GetAliveSessionCount method is available for the GAM Repository as well as for GAM external objects. It receives as parameter a variable based on the GAMSessionLogFilter external object, which allows setting the filters for the search (date range, Authentication Type, isAlive, etc). This method returns the number of sessions that comply with the filters.
The only way to execute this method is by connecting to the GAM Manager Repository.