I have a method which I instantiate as follows:
new DatabaseHarness.MemoryStressTest().ExecuteTest("Thread 1",1,1,1)
What is the standard way to make this call via a thread, passing the parameters as shown above, using the threading capabilities of .NET 4?
Thanks very much