Lightstreamer .Net Standard Client 4.0.0
|
Notification that a block of data received from the Server could not be correctly interpreted. The implementation may consider this as a severe problem and open a new connection. In normal operation, this should not happen.
void OnDataError(PushServerException e);
void OnDataError(PushServerException e);
Function OnDataError(e As PushServerException) As void
Parameters |
Description |
PushServerException e |
Exception that describes the problem occurred. |