Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderAdapter.GetAllowedMaxItemFrequency Method

Called by Lightstreamer Kernel through the Remote Server to ask for the ItemUpdate frequency to be allowed to a User for a specific Item. In this default implementation, the Metadata Adapter poses no restriction; this also enables unfiltered dispatching for Items subscribed in MERGE or DISTINCT mode.

C++
public: double GetAllowedMaxItemFrequency(string user, string item);
C#
public virtual double GetAllowedMaxItemFrequency(string user, string item);
Visual Basic
Public virtual Function GetAllowedMaxItemFrequency(user As string, item As string) As double
Parameters 
Description 
string user 
Not used. 
string item 
Not used. 

Always zero, to mean no frequency limit.