Lightstreamer .Net Standard Client 4.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, or, also, when an automatic session recovery is attempted. 

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