On Fri, Apr 30, 2010 at 4:32 PM, Curt Hagenlocher <c...@hagenlocher.org>wrote:

> How is the Master object you create from Python shared back with the C#
> code? (I'm assuming that the event is being triggered from C#.) How did you
> check to see that the events were processed? Does the event-triggering code
> swallow exceptions?
>
>
Hi Curt,
The Ironpython object owns a C# object that has a TcpClient transmits and
calls OnResponseData when response data is received. I just placed a couple
of Console.WriteLine(...) calls in order to see if data was being received.
I've no exception handling implemented in the event triggering code so I
guess that if an exception happened it would get to the console.
Thanks, Jon.
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to