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

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.

C++
void OnSnapshotEnd(int itemPos, string itemName);
C#
void OnSnapshotEnd(int itemPos, string itemName);
Visual Basic
Function OnSnapshotEnd(itemPos As Integer, itemName As string) 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.