Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
IConnectionListener.OnFailure Method (PushConnException)

Notification of the closure of the Connection because of a connection problem.

C++
void OnFailure(PushConnException e);
C#
void OnFailure(PushConnException e);
Visual Basic
Function OnFailure(e As PushConnException) As void
Parameters 
Description 
PushConnException e 
Exception that describes the problem occurred.