Lightstreamer .Net Adapter 1.7
|
Returns the ItemUpdate frequency to be allowed to a User for a specific Item.
public: double GetAllowedMaxItemFrequency(string user, string item);
public override double GetAllowedMaxItemFrequency(string user, string item);
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.