![]() |
Lightstreamer iOS Client 1.1.1
Native iOS/Mac OS X Client library for Lightstreamer Server version 4.x and up
|
The LSSubscriptionConstraints class collects the constraints to be applied on the data flow from a Subscription. More...
#import <LSSubscriptionConstraints.h>
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. |
The LSSubscriptionConstraints class collects the constraints to be applied on the data flow from a Subscription.
+ (LSSubscriptionConstraints *) constraintsWithMaxFrequency: | (double) | maxFrequency |
Creates and returns an LSSubscriptionConstraints object with the specified max frequency in updates/sec.
- (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.