menu
Threading Introduction and concepts
Threading Introduction and concepts
Welcome to EIS developer's Gallery Threads

are manipulated using the class Thread, Which can be

found in the System.Threading name-space An Instance of

Thread represents one thread, or one sequence of

execution.You can create another thread by simply

instantiating another instance of the Thread object