D
daniele.amberti
I'm trying to write a multithread application:
it will get different kind of data from DB, my intention was to create
different thread for each query.
I tryed to use the AsyncHelper.FireAndForget method u can easily find
on this goup but i wasn't lucky: I was able to crate threads but not to
get back results....
Any idea/modification of AsyncHelper.FireAndForget will be gratly
appreciated.
Basicly I need to call a method with parameters (array of parameters)
and get back array of sorted list or similar...
Thanks in advance.
it will get different kind of data from DB, my intention was to create
different thread for each query.
I tryed to use the AsyncHelper.FireAndForget method u can easily find
on this goup but i wasn't lucky: I was able to crate threads but not to
get back results....
Any idea/modification of AsyncHelper.FireAndForget will be gratly
appreciated.
Basicly I need to call a method with parameters (array of parameters)
and get back array of sorted list or similar...
Thanks in advance.