Re: [IronPython] Passing Parameters to a background worker thread

2010-06-18 Thread Lukas Cenovsky
robinsiebler wrote: I'm trying to use BackgroundWorker to make my app multithreaded. I can't figure out how to pass a parameter to it when I call it. How do I do this? Check http://devhawk.net/2008/11/19/IronPython+And+WPF+Part+4+Background+Processing.aspx -- -- Lukáš __

[IronPython] Passing Parameters to a background worker thread

2010-06-16 Thread robinsiebler
I'm trying to use BackgroundWorker to make my app multithreaded. I can't figure out how to pass a parameter to it when I call it. How do I do this? -- View this message in context: http://old.nabble.com/Passing-Parameters-to-a-background-worker-thread-tp28907636p28907636.html Sent from the Iron