Lightstreamer Silverlight Client 1.4.2
|
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.
public: __property long PollingMillis;
public long PollingMillis;
Public Property PollingMillis() As long