Lightstreamer .Net Adapter 1.7
|
Called by Lightstreamer Kernel through the Remote Server to ask for the bandwidth level to be allowed to a User for a push Session.
This method runs in the Server authentication thread pool, if defined.
Edition Note: Bandwidth control is not enabled in Allegro edition.
Edition Note: Bandwidth control is not enabled in Moderato edition.
double GetAllowedMaxBandwidth(string user);
double GetAllowedMaxBandwidth(string user);
Function GetAllowedMaxBandwidth(user As string) As double
Parameters |
Description |
string user |
A User name. |
The allowed bandwidth, in Kbit/sec. A zero return value means an unlimited bandwidth.