Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
IHandyTableListener Members

The following tables list the members exposed by IHandyTableListener.

 
Name 
Description 
 
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).  
 
Notification that no more snapshot events are coming for an item. This notification is always received once, when the item is subscribed in DISTINCT or COMMAND mode and the snapshot is requested.  
 
Notification of the unsubscription of an item in the table. It is sent before OnUnsubscrAll. Any data notification received after this call can be ignored.
If a SimpleTableInfo was used to describe the table, then the notification may not be sent for some item in the group; however, if any data notification is sent for an item, then it is guaranteed that the unsubscription notification for that item will also be sent.
 
 
Notification of the unsubscription of all the items in the table. The unsubscription may be subsequent to an UnsubscribeTable call or to the closure of the connection. There is no guarantee that this call will not be followed by some further OnUpdate call. Such extra calls should be ignored.  
 
Notification of an update of the values for an item in the table. Field value information is supplied through a suitable value object; as such, the value object can be stored and inquired in a different thread, if needed.