1
Posted on 2:33 AM by Softminer and filed under ,

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Reflection;
using System.Runtime;
using System.Runtime.CompilerServices;
using System.Security;
using System.Text;

public class MainClass
{
    public static void Main()
    {
        Thread paramThread = new Thread(ParameterizedFunction);
        paramThread.Start("Test");

        paramThread.Join();
    }
    private static void ParameterizedFunction(string o)
    {
        Console.WriteLine("Param worker: {0}", o);
    }
}
1
Response to ... Calling Thread Method with Parameter
mary Brown said... July 25, 2020 at 9:24 PM

Great Article
Cyber Security Projects

projects for cse

Networking Security Projects

JavaScript Training in Chennai

JavaScript Training in Chennai

The Angular Training covers a wide range of topics including Components, Angular Directives, Angular Services, Pipes, security fundamentals, Routing, and Angular programmability. The new Angular TRaining will lay the foundation you need to specialise in Single Page Application developer. Angular Training