Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
LiteralBasedProvider.GetAllowedMaxBandwidth Method

Returns the bandwidth level to be allowed to a User for a push Session.

C++
public: double GetAllowedMaxBandwidth(string user);
C#
public override double GetAllowedMaxBandwidth(string user);
Visual Basic
Public override Function GetAllowedMaxBandwidth(user As string) As double
Parameters 
Description 
string user 
A User name. Not used. 

The bandwidth, in Kbit/sec, as supplied in the Metadata Adapter configuration.