Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
PushServerException.SYNC_ERROR Field

Indicates that the connection content length has been consumed but the binding to the same session with a new connection has failed.

C++
public: int SYNC_ERROR = 8;
C#
public const int SYNC_ERROR = 8;
Visual Basic
Public Const SYNC_ERROR As Integer = 8