Running IronPython Script in C# Asynchronously

Posted by Adam Haile on Stack Overflow See other posts from Stack Overflow or by Adam Haile
Published on 2010-06-10T12:58:44Z Indexed on 2010/06/10 13:02 UTC
Read the original article Hit count: 155

Filed under:
|
|
|

In C# 4.0 and IronPython 2.6, is it possible to execute a python script in it's own thread? I would like to spawn off the script after passing in some event handler objects so that it can update the GUI as it runs.

© Stack Overflow or respective owner

Related posts about c#

Related posts about asynchronous