6
Reply

C# instance (of a class) and threading or BackgroundWorker

Elina

Elina

Nov 7 2009 2:59 PM
4.2k
hello

I'm looking to to have my instances of an object run asynchronously, e.g. do work at the same time

how would I go about doing this? I know how to make a thread inside one class and have it execute one function over and over, but my class has many functions within and I need to make the whole class run inside a thread.

any help greatly appreciated! thanks! :D

Answers (6)