Results 1 to 4 of 4

Thread: Thread in ASP.net

  1. #1
    Junior Member
    Join Date
    Jun 2008
    Answers
    1

    Thread in ASP.net

    How can i use thread in Asp.net with C#


  2. #2
    Junior Member
    Join Date
    Jun 2008
    Answers
    2

    Re: Thread in ASP.net

    U can use like this, this will consider the current thread will sleep upto 100 mseconds.
    Thread.Sleep(100);
    Can u breif me u r req..


  3. #3
    Junior Member
    Join Date
    Jun 2008
    Answers
    2

    Thumbs down Re: Thread in ASP.net

    System.Threading.Thread is base class while creating new class u need to derived from this class.. otherwise u need to implement the interface like we have Runnable interface in java..


    vijay


  4. #4
    Expert Member
    Join Date
    Dec 2007
    Answers
    138

    Re: Thread in ASP.net

    Hi frd, please go throug this below links ,that contains lot of information and implementation of threading.
    Threading in ASP.NET [ASP & .NET Tutorials]
    And regarding multithreading
    ASP.NET Tutorials: Manual Threading in ASP.NET 2.0


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact