Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
SubscriptionConstraints Class

Collects constraints to be applied on a subscription, to change the currently set parameters for all the involved items. They can only be used in order to restrict the constraints set by Lightstreamer Server Metadata Adapter. 

Currently, only a constraint on the maximum update frequency is supported. 

 

C++
public: class SubscriptionConstraints;
C#
public class SubscriptionConstraints;
Visual Basic
Public Class SubscriptionConstraints