Share via


SPClaimsAuthMembershipProvider.GetNumberOfUsersOnline method

Gets the number of users currently accessing the application.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Function GetNumberOfUsersOnline As Integer
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim returnValue As Integer

returnValue = instance.GetNumberOfUsersOnline()
public override int GetNumberOfUsersOnline()

Return value

Type: System.Int32
The number of users currently accessing the application.

Remarks

This override gets the number of users currently accessing the application in the membership provider that is not an SPClaimsAuthMembershipProvider, and is used by forms-based authentication in the current application.

See also

Reference

SPClaimsAuthMembershipProvider class

SPClaimsAuthMembershipProvider members

Microsoft.SharePoint.Administration.Claims namespace