IUserDetailsService GetOnlineUsersCount Method CelloSaaS API Documentation
Retuns the currently online users count for the given tenant id. Online users are identifier if their last activity time is less than 10 minutes (configurable in appsettings)

Namespace: CelloSaaS.ServiceContracts.UserManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

int GetOnlineUsersCount(
	string tenantId
)

Parameters

tenantId
Type: System String

Return Value

Type: Int32
See Also