use ThreadPool.QueueUserWorkItem (WaitCallback, Object) to start a thread with my target method and data. Can I pass more than one data into my method? the second parameter in QueueUserWorkItem (WaitCallback, Object) can be an array?
use ThreadPool.QueueUserWorkItem (WaitCallback, Object) to start a thread with my target method and data.
Share
Here is a example of using a class so you can get strongly typed pramaters