Connection Status.

Namespace:  C1.Web.UI.Controls.C1Report
Assembly:  C1.Web.UI.Controls.C1Report.2 (in C1.Web.UI.Controls.C1Report.2.dll)

Syntax

C#
public enum ConnectionStatus
Visual Basic
Public Enumeration ConnectionStatus

Members

Member nameDescription
Idle No active connections and no errors detected.
Normal Normal connection. Server response time is 0-7 sec.
Low Low connection. Server response time is 8-30 sec.
Warning Connection warning. Server response time is 31-60 sec.
Fail Server not responded during 61 sec.

See Also