Tag Archives: Multithreaded

How to pass parameters and get return values for Multithreaded Procedures using C#

Supplying and returning values in a multithreaded application is complicated because the constructor for the thread class must be passed a reference to a procedure that takes no arguments and returns no value. Parameters for Multithreaded Procedure The best way … Continue reading

Posted in General | Tagged , | Leave a comment