Go to home page mail me! RSS Feed
FoxMetrics Web Analytics

Starting a new thread with parameters

Sunday, April 15, 2007 6:18 PM

In the days of v1.1, the need to start a new thread with parameters almost arises on every instance - there was no way, at least none that I know of. However, v2.0 of the .Net Framework allows you to start a new thread and also pass a parameter to it. It doesn't get any better. I have been messing around with some threading recently and it came in handy. Sample code:

 

        private void BeginThreading()
        {
            int id = 1;

            // Method #1
            new System.Threading.Thread(
                new System.Threading.ParameterizedThreadStart(DoStuff)).Start(id);

            // Method #2
            System.Threading.Thread 
                newDoStuff = new System.Threading.Thread(
                new System.Threading.ParameterizedThreadStart(DoStuff));

            newDoStuff.Start(id);
        }

        private void DoStuff(object id)
        {
            int newId = (int) id;
            // do stuff here
        }

Your Comments.

  • # re: Starting a new thread with parameters

    Gravatartest

    Left by rawsoft at 1/30/2009 12:24 AM
  • # re: Starting a new thread with parameters

    GravatarHey, that was interesting,

    This is really helpful when starting a new thread,

    Keep up the good work,

    Thanks for bringing this up

    Left by web development at 11/9/2009 10:01 AM
  • # re: Starting a new thread with parameters

    GravatarIt's not so simply to buy a good enough written essay, especially if you are engaged. I advise you to find buy essays and to be free from discredit that your work will be done by custom writing service

    Left by KimJQ27 at 1/15/2010 11:21 PM
  • # re: Starting a new thread with parameters

    GravatarYeah doubtlessly very
    conducive for the lector! Most of the posts in the blog
    trigger with admirable attainments... Thanks for the advice! None of the writing services could care such an occasion, all they can do is to make me buy custom essay papers which are not inimitable. The only thing you've got to recognize trying to make an definite function is that you can buy term paper or buy research paper about anything.
    But remember, to make research about this good topic is not an easy
    task. Thanks.

    Left by LUCY29 at 1/28/2010 3:36 AM
  • # re: Starting a new thread with parameters

    Gravatari suggest u to get maximum tips from writing services. those tips would enable u to prepare a first class essay.

    Left by willington at 2/2/2010 5:10 AM
  • # re: Starting a new thread with parameters

    Gravatari suggest u to get maximum tips about these types of topics from essay writing services. those tips would enable u to prepare a first class essay.

    Left by willington at 2/2/2010 6:54 AM
  • # re: Starting a new thread with parameters

    GravatarIf students are willing to find more information about this good topic, they should buy pre written essays or buy essays with the help of the essay writing service.

    Left by Odry26AV at 2/3/2010 4:18 PM
  • # re: Starting a new thread with parameters

    GravatarGood enough knowledge about this good post ! Students can see writing service to buy essay, as well people order essay writing.

    Left by UC30Krista at 2/3/2010 6:54 PM
  • # re: Starting a new thread with parameters

    GravatarThe best way to determine the professionalism of the thesis writing services is to buy some supreme thesis pdf about this good post at the dissertations writing services.

    Left by Konnie32 at 2/3/2010 9:45 PM
  • # re: Starting a new thread with parameters

    GravatarWriting companies write fine custom made essays referring to this good post and the very interesting stuff simply about prices, you will surely receive payless!

    Left by jV18AMELIA at 2/5/2010 12:45 PM
  • # re: Starting a new thread with parameters

    Gravatar Yeah clearly very
    conducive for the students it was pleasant to read about this good post! If you need to get a great job firstofall you need resume writer. Study and don't forget - if you have to work and study at the same time, there areold pros who are ready to helping hand you with your resume when you under time heaviness and looking for a great job.

    Left by Emilyvn22 at 2/15/2010 12:38 AM
  • # re: Starting a new thread with parameters

    Gravatar If you need to get an affirmation in a school, college or a university or claim any help in any kind of homework, so don’t get tensed. Get ideas about your creation by using term paper service. I don’t conceive that there is anything criminal in using writing services.

    Left by LisaYF at 2/16/2010 11:34 AM

Your Reply.

Comment Form.

Fields denoted with a "*" are required.

You may also like to leave your email or website.

 
Please add 2 and 8 and type the answer here:

Preview Your Comment.

 
Next entries »