Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
IHandyTableListener.OnUnsubscrAll Method

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.

C++
void OnUnsubscrAll();
C#
void OnUnsubscrAll();
Visual Basic
Function OnUnsubscrAll() As void