Re: [IronPython] Making asynchronous calls in IronPython

2009-05-04 Thread Schmottlach, Glenn
From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Monday, May 04, 2009 5:48 PM To: Discussion of IronPython Subject: Re: [IronPython] Making asynchronous calls in IronPython Schmottlach, Glenn wrote: > I've looked at the C# examples in MSDN

Re: [IronPython] Making asynchronous calls in IronPython

2009-05-04 Thread Schmottlach, Glenn
bject: Re: [IronPython] Making asynchronous calls in IronPython Schmottlach, Glenn wrote: > > Although I'm very comfortable with CPython, I'm new to IronPython and > the .NET framework. What I am looking for is sample code that shows > how to issue an asynchronous call from IronPy

[IronPython] Making asynchronous calls in IronPython

2009-05-04 Thread Schmottlach, Glenn
Although I'm very comfortable with CPython, I'm new to IronPython and the .NET framework. What I am looking for is sample code that shows how to issue an asynchronous call from IronPython using the BeginInvoke/EndInvoke mechanism of .NET. Currently, I'm playing around with GTK# and a D-Bus .NET