Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderAdapter.GetAllowedMaxBandwidth Method

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.

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

Always zero, to mean no bandwidth limit.