[DataObjectMethod(DataObjectMethodType.Select)] public static IList<User> GetActiveUsers( int activityThreshold )
Parameters
- activityThreshold
- Number of minutes for the last activity by the user beyond which the user is considered inactive
Return Value
A list of currently active users