[MonoTouch] Invo

2011-08-11 Thread Matteo Polito
Hi, why if I execute this code my app freeze? To use again my app I need to close and reopen it. I've used this code(threadpool and ManualResetEvent) because I need to execute a method on thread but I need to wait its completion. var resetEvent = new ManualResetEvent(false); ThreadPool.QueueUserW

Re: [MonoTouch] Invo

2011-08-11 Thread Robert Jordan
On 11.08.2011 21:13, Matteo Polito wrote: > Hi, > > why if I execute this code my app freeze? To use again my app I need to > close and reopen it. I've used this code(threadpool and ManualResetEvent) > because I need to execute a method on thread but I need to wait its > completion. > > var resetEv