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

Timeout for activity checks, expressed in milliseconds. If, after a warning that the connection is stalled (see ProbeWarningMillis), no data has been received on the stream connection for this further time, then the connection is forcibly closed. 

The default setting is 3000 (3 seconds). 

 

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