Lightstreamer .Net Adapter 1.7
ContentsIndexHome
PreviousUpNext
IMetadataProvider.GetAllowedMaxBandwidth Method

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. 

 

C++
double GetAllowedMaxBandwidth(string user);
C#
double GetAllowedMaxBandwidth(string user);
Visual Basic
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.