Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
IConnectionListener.OnNewBytes Method

Notification of the reception of some data bytes from the Server, for statistical purposes.

C++
void OnNewBytes(long bytes);
C#
void OnNewBytes(long bytes);
Visual Basic
Function OnNewBytes(bytes As long) As void
Parameters 
Description 
long bytes 
Number of data bytes received.