Click here to Skip to main content
15,890,512 members
Articles / Programming Languages / C#

Send multiple parameters to a thread in C#

Rate me:
Please Sign up or sign in to vote.
2.42/5 (23 votes)
12 Feb 2008CPOL3 min read 183K   1.2K   26  
This article explains how to create a C# thread that takes a function method with multiple input parameters. Also explains how do we get a return value in this scinario.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
India India
Pasupathi Narayanan has been professionally programming for 18 years in IT using varied technologies primarily using Microsoft technologies and Mainframes.

Pasupathi Narayanan started using C# in 2002 and is a certified MCP, MCAD and PMP.

Comments and Discussions