...// Start the Thread object.
myThread.Start();
// Wait for the Thread object to finish running.
myThread.Join();
```
###Advantages and Disadvantages of C# Multi Threading
There are a number of advantages to using C# multi threading, including:
* Increased performance: Multi threading can...