c# thread example with parameters Example: pass parameter to thread c# Thread thread = new Thread(() => download(filename)); thread.Start();