Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
IHandyTableListener.OnUnsubscr Method

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. 

 

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