Lightstreamer .Net Standard Client 4.0.0
|
Notification of the reception of a data event or a keepalive message from the Server. The number of bytes of data in the message payloads are also notified, for statistical purposes. Note that keepalive messages bring no data bytes.
void OnNewBytes(long bytes);
void OnNewBytes(long bytes);
Function OnNewBytes(bytes As long) As void
Parameters |
Description |
long bytes |
Number of data bytes received, possibly 0. |