GetNumberOfUsersOnline Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the number of users currently accessing the application. The UpmMembershipProvider does not support this method.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
'Declaration
Public Overrides Function GetNumberOfUsersOnline As Integer
'Usage
Dim instance As UpmMembershipProvider
Dim returnValue As Integer
returnValue = instance.GetNumberOfUsersOnline()
public override int GetNumberOfUsersOnline()
public:
virtual int GetNumberOfUsersOnline() override
public override function GetNumberOfUsersOnline() : int
Type: System..::.Int32
A NotSupportedException in all cases.
Throws a NotSupportedException in all cases. Not supported by UpmMembershipProvider.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.