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

If set to true, data streaming is simulated through a smart polling mechanism, that is a sequence of synchronous connections to the Server, each of which will receive the currently available updates, or wait until one is available. 

The use of polling can become necessary in cases where the connection stream is not delivered in real time because of some router or firewall or antivirus. Even when this flag is set to false, however, the library may detect those cases and automatically attempt to resort to a smart polling connection, provided that EnableStreamSense is set to true. 

The default setting is false. 

 

C++
public: __property bool Polling;
C#
public bool Polling;
Visual Basic
Public Property Polling() As bool