Run job on a seperate thread

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
 
H

Herfried K. Wagner [MVP]

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top