Lightstreamer .Net Client 2.1.2
ContentsIndexHome
PreviousUpNext
IConnectionListener.OnClose Method

Notification of the closure of the Connection. It may be caused by a CloseConnection call or by an unrecoverable error. There is no guarantee that calls to this listener will not be followed by further calls on some listener related to a table subscribed within the connection. Such extra calls should be ignored.

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