ActiveDirectoryMembershipProvider::GetNumberOfUsersOnline Method ()

 

Throws a NotSupportedException exception in all cases.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

public:
virtual int GetNumberOfUsersOnline() override

Return Value

Type: System::Int32

A NotSupportedException in all cases.

Exception Condition
NotSupportedException

Any call to the GetNumberOfUsersOnline method.

The ActiveDirectoryMembershipProvider class does not support returning the number of users online.

.NET Framework
Available since 2.0
Return to top
Show: