Hello,
We have code up several Data Adapters using .NET Lightstream API. We have .NET Window applications using the Lighstreamer .NET Client interfaces to receive push data.

We would like to be able using IItemEventListner.Failure interface to raise an exception to the push engine. We would like to be able to capture this exception in the client via the method we provided when we implemented the IConnectionListener interface, specifically the OnFailure method (PushServerException).

We created an exception but we do not see Lightstreamer calling the client? Should It? If not, is there a way to raise an exception in the data adapter such that the client can trap that exception?

Second question. What is the behavior of raising an exception to Lightstreamer kernel?
i.e., does it shutdown the kernel and Data Adapters? We are using the robust data adapters configuration.

Thanks in advance.
Peter Hiross