MembershipProvider.GetNumberOfUsersOnline Method
.NET Framework 3.0
Gets the number of users currently accessing the application.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Returns an integer value that is the count of all the users in the data source where the LastActivityDate is greater than the current date and time minus the UserIsOnlineTimeWindow. The UserIsOnlineTimeWindow is a positive integer value specifying the number of minutes to use when determining whether a user is online.
For an example of a MembershipProvider implementation, see Implementing a Profile Provider.
Community Additions
ADD
Show: