Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
ConnectionInfo.ReconnectionTimeoutMillis Property

The maximum elapsed time in milliseconds allowed for a successful reconnection attempt. Silent reconnections are performed in case of response content length filling or if polling behaviour has been requested. 

NOTE: The first connection is not checked against this timeout; this can be done by the user, by observing the elapsed time in the LSClient.OpenConnection call. 

The default setting is 5000 (5 seconds). 

 

C++
public: __property long ReconnectionTimeoutMillis;
C#
public long ReconnectionTimeoutMillis;
Visual Basic
Public Property ReconnectionTimeoutMillis() As long