Lightstreamer .Net Client 2.1.2
|
Notification of one or more updates that were suppressed in the Server because of internal memory limitations. The notification can be sent if the subscription mode is RAW or COMMAND. It can also be sent if the subscription mode is MERGE or DISTINCT and unfiltered dispatching has been requested. In all these cases, an update loss may be unacceptable for the client (in filtered COMMAND mode, this applies to ADD and DELETE events only).
void OnRawUpdatesLost(int itemPos, string itemName, int lostUpdates);
void OnRawUpdatesLost(int itemPos, string itemName, int lostUpdates);
Function OnRawUpdatesLost(itemPos As Integer, itemName As string, lostUpdates As Integer) As void
Parameters |
Description |
int itemPos |
1-based index of the item in the involved table or subscription list. |
string itemName |
Name of the item, or null if a SimpleTableInfo was used to describe the table. |
int lostUpdates |
Number of consecutive lost updates for the item. |