Import namespace System.Threading.TasksThread thread = new Thread(someMethod); --Delegate point to the method thread.Start();
Please Refer the below link, http://www.daveoncsharp.com/2009/09/create-a-worker-thread-for-your-windows-form-in-csharp/