Example #1
0
 /// <summary>
 /// Gets the number of users currently accessing the application.
 /// </summary>
 /// <returns>
 /// The number of users currently accessing the application.
 /// </returns>
 public override int GetNumberOfUsersOnline()
 {
     return(Member.CachedMembers().Count);
 }