Lightstreamer iOS Client
1.4.4
Native iOS Client library for Lightstreamer
|
The LSSubscriptionConstraints class collects the constraints to be applied on the data flow from a Subscription. More...
#import <LSSubscriptionConstraints.h>
Class Methods | |
(LSSubscriptionConstraints *) | + constraintsWithMaxFrequency: |
Creates and returns an LSSubscriptionConstraints object with the specified max frequency in updates/sec. More... | |
Properties | |
double | maxFrequency |
Frequency constraint in updates/sec. More... | |
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.
Edition Note: a further global frequency limit is also imposed by the Server, if it is running in Presto, Allegro or Moderato edition; this specific limit also applies to LSModeRaw and to unfiltered dispatching.
|
readwritenonatomicassign |
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.
Edition Note: a further global frequency limit is also imposed by the Server, if it is running in Presto, Allegro or Moderato edition; this specific limit also applies to LSModeRaw and to unfiltered dispatching.