Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
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