This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the number of users currently accessing the application.
Namespace: Smartsite.Security.Authentication
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public override int GetNumberOfUsersOnline() |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Function GetNumberOfUsersOnline As Integer |
Return Value
The number of users currently accessing the application.See Also
LDAPMembershipProvider Class
Smartsite.Security.Authentication Namespace