Lightstreamer Silverlight Client 1.4.2
ContentsIndexHome
PreviousUpNext
ConnectionInfo.Constraints Property

Configuration object that specifies the constraints to be applied on the overall data flow from the Connection. They can only be used in order to restrict the constraints set by Lightstreamer Server Metadata Adapter

The property is readonly. The configuration object can be modified directly. 

 

C++
public: __property ConnectionConstraints Constraints;
C#
public ConnectionConstraints Constraints;
Visual Basic
Public Property Constraints() As ConnectionConstraints