Lightstreamer WinRT Client 1.0.2
|
Notification of the closure of the Connection because of a Server decision. Upon this notification, it is possible to perform recovery actions, such as trying a reconnection; however, it may be advisable not to try a new connection immediately.
void OnEnd(int cause);
void OnEnd(int cause);
Function OnEnd(cause As Integer) As void
Parameters |
Description |
int cause |
An integer code that describes the cause of the connection ending; a 0 code stands for an unspecified cause. See the "END" message in the text protocol documentation for details on the possible causes. |