Lightstreamer .Net Adapter 1.11.0
|
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.
void Failure(Exception exception);
void Failure(Exception exception);
Function Failure(exception As Exception) As void
Parameters |
Description |
Exception exception |
Any Excetion object, with the description of the problem. |