Lightstreamer .Net Adapter 1.7
|
Called by Lightstreamer Kernel through the Remote Server to ask for the maximum allowed size of the buffer internally used to enqueue subsequent ItemUpdates for the same Item. In this default implementation, the Metadata Adapter poses no restriction.
public: int GetAllowedBufferSize(string user, string item);
public virtual int GetAllowedBufferSize(string user, string item);
Public virtual Function GetAllowedBufferSize(user As string, item As string) As Integer
Parameters |
Description |
string user |
Not used. |
string item |
Not used. |
Always zero, to mean no size limit.