Lightstreamer .Net Adapter 1.7
|
Called by Lightstreamer Kernel through the Remote Server to ask for the bandwidth amount to be allowed to a User for a push Session. In this default implementation, the Metadata Adapter poses no restriction.
public: double GetAllowedMaxBandwidth(string user);
public virtual double GetAllowedMaxBandwidth(string user);
Public virtual Function GetAllowedMaxBandwidth(user As string) As double
Parameters |
Description |
string user |
Not used. |
Always zero, to mean no bandwidth limit.