Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
|
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. |