Lightstreamer iOS Client 1.1.1
Native iOS/Mac OS X Client library for Lightstreamer Server version 4.x and up
Static Public Member Functions | Properties

LSSubscriptionConstraints Class Reference

The LSSubscriptionConstraints class collects the constraints to be applied on the data flow from a Subscription. More...

#import <LSSubscriptionConstraints.h>

List of all members.

Static Public Member Functions

(LSSubscriptionConstraints *) + constraintsWithMaxFrequency:
 Creates and returns an LSSubscriptionConstraints object with the specified max frequency in updates/sec.

Properties

double maxFrequency
 Frequency constraint in updates/sec.

Detailed Description

The LSSubscriptionConstraints class collects the constraints to be applied on the data flow from a Subscription.


Member Function Documentation

+ (LSSubscriptionConstraints *) constraintsWithMaxFrequency: (double)  maxFrequency

Creates and returns an LSSubscriptionConstraints object with the specified max frequency in updates/sec.

Returns:
The LSSubscriptionConstraints object.

Property Documentation

- (double) maxFrequency [read, write, assign]

Frequency constraint in updates/sec.


When changing max frequency, remember that the server may refuse the change if the subscription has been specified as unfiltered.


The documentation for this class was generated from the following file: