This documentation is archived and is not being maintained.
MembershipProvider.GetNumberOfUsersOnline Method
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: