Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
IHandyTableListener.OnRawUpdatesLost Method

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).

C++
void OnRawUpdatesLost(int itemPos, string itemName, int lostUpdates);
C#
void OnRawUpdatesLost(int itemPos, string itemName, int lostUpdates);
Visual Basic
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.