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

Indicates that a request to change subscription constraints has been refused because a maximum frequency was specified for an unfiltered subscription.

C++
public: int MAXFREQ_ERROR = 14;
C#
public const int MAXFREQ_ERROR = 14;
Visual Basic
Public Const MAXFREQ_ERROR As Integer = 14