Retuns the currently online users count for the given tenant ids.
Online users are identifier if their last activity time is less than 10 minutes (configurable in appsettings).
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static Dictionary<string, int> GetOnlineUsersCountForTenants(
string[] childTenantIds
)
public static Dictionary<string, int> GetOnlineUsersCountForTenants(
string[] childTenantIds
)
Public Shared Function GetOnlineUsersCountForTenants (
childTenantIds As String()
) As Dictionary(Of String, Integer)
Public Shared Function GetOnlineUsersCountForTenants (
childTenantIds As String()
) As Dictionary(Of String, Integer)
static member GetOnlineUsersCountForTenants :
childTenantIds : string[] -> Dictionary<string, int>
static member GetOnlineUsersCountForTenants :
childTenantIds : string[] -> Dictionary<string, int>
Parameters
- childTenantIds
- Type: System String
Return Value
Type:
Dictionary String,
Int32