Gets the number of users online (not supported)

Namespace: Novalys.VisualGuard.Security.WebForm
Assembly: Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public override int GetNumberOfUsersOnline()
Visual Basic
Public Overrides Function GetNumberOfUsersOnline As Integer

Return Value

Type: Int32
The number of users online

Remarks

this method is not supported by Visual Guard and throws a NotSupportedException exception.

See Also