-
Junior Member
Thread in ASP.net
How can i use thread in Asp.net with C#
-
Junior Member
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..
-
Junior Member
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
-
Expert Member
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
-
Forum Rules