Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
PushServerException.SERVER_TIMEOUT Field

Indicates that the Server has not sent data updates or probes on the connection for longer than a configurable timeout time.

C++
public: int SERVER_TIMEOUT = 10;
C#
public const int SERVER_TIMEOUT = 10;
Visual Basic
Public Const SERVER_TIMEOUT As Integer = 10