Lightstreamer WinRT Client 1.0.2
|
Notification of the closure of the Connection because of an unrecoverable error in data coming from the Server. In normal operation, this should not happen.
void OnFailure(PushServerException e);
void OnFailure(PushServerException e);
Function OnFailure(e As PushServerException) As void
Parameters |
Description |
PushServerException e |
Exception that describes the problem occurred. |