Run job on a seperate thread

  • Thread starter Thread starter Mike TI
  • Start date Start date
M

Mike TI

April 20, 2006

Hi all

I want to invoke a job on a seperate thread and then close it on completion.
Can anyone point me out to a working example.

Thank you.
Mike TI
 
Mike TI said:
I want to invoke a job on a seperate thread and then close it on
completion. Can anyone point me out to a working example.

Did you already read the documentation for the 'System.Threading.Thread'
class and its members, especially its 'Start' method?
 
Back
Top