Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
LiteralBasedProvider.GetAllowedMaxItemFrequency Method

Returns the ItemUpdate frequency to be allowed to a User for a specific Item.

C++
public: double GetAllowedMaxItemFrequency(string user, string item);
C#
public override double GetAllowedMaxItemFrequency(string user, string item);
Visual Basic
Public override Function GetAllowedMaxItemFrequency(user As string, item As string) As double
Parameters 
Description 
string user 
A User name. Not used. 
string item 
An Item Name. Not used. 

The allowed Update frequency, in Updates/sec, as supplied in the Metadata Adapter configuration.