Users Pricing

blog

home / developersection / blogs / multithreading

Multithreading

Uttam Misra 3407 21 Oct 2010 Updated 18 Sep 2014

Multithreading is a feature provided by the operating system that enables your application to have more than on execution path at the same time. We use the thread functionality in our project by using System.Threading namespace. A thread in .Net is represented by the System.Threading.Thread class. We can create multiple threads in our program by creating multiple instances (object) of this class. A thread starts its execution by calling the specific method and terminates when the execution of that method gets completed.

The most commonly used instance members of thread class are:

Member

Name

Priority

IsAlive

ThreadState

Start()

Abort()

Suspend()

Resume()

Join()


Uttam Misra

Information Technology

More than 18 years of working experience in IT sector. We are here to serve you best.