Click or drag to resize
GnomonMembershipProviderGetNumberOfUsersOnline Method
Gets the number of users currently accessing the application.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override int GetNumberOfUsersOnline()

Return Value

Type: Int32
The number of users currently accessing the application.
Exceptions
ExceptionCondition
NotImplementedException
See Also