| 
 
Lightstreamer .Net Adapter 1.7 
 | 
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.
public: double GetAllowedMaxItemFrequency(string user, string item);
public virtual double GetAllowedMaxItemFrequency(string user, string item);
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.