Lightstreamer Silverlight Client 1.4.2
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