Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
IItemEventListener.Failure Method

Called by a Data Adapter to notify Lightstreamer Kernel of the occurrence of a severe problem that can compromise future operation of the Data Adapter.

C++
void Failure(Exception exception);
C#
void Failure(Exception exception);
Visual Basic
Function Failure(exception As Exception) As void
Parameters 
Description 
Exception exception 
Any Excetion object, with the description of the problem.