MembershipProvider.GetNumberOfUsersOnline Method ()
.NET Framework (current version)
Gets the number of users currently accessing the application.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.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.
.NET Framework
Available since 2.0
Available since 2.0
Show: