Lightstreamer .Net Standard Client 4.0.0
ContentsIndexHome
PreviousUpNext
ConnectionInfo.PollingMillis Property

Time between the end of a polling connection and the start of the next one, if polling behaviour has been specified. Zero is a legal value, although the Server may decide to delay request fulfilling if request frequency is too high. 

Note: since the Server needs to keep a session active between subsequent polling connections, the Server may force the library to use a polling time shorter than requested. 

The default setting is 0. 

 

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