Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
PushServerException.RECONNECTION_TIMEOUT Field

Indicates that an attempt to reconnect to a session has not received any answer for longer than a configurable timeout time.

C++
public: int RECONNECTION_TIMEOUT = 11;
C#
public const int RECONNECTION_TIMEOUT = 11;
Visual Basic
Public Const RECONNECTION_TIMEOUT As Integer = 11