Lightstreamer .Net Adapter 1.11.0
|
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 an optional feature, available depending on Edition and License Type. To know what features are enabled by your license, please see the License tab of the Monitoring Dashboard (by default, available at /dashboard).
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.