ASP.Net FAQs

Index

How to pause / delay / wait

C#

Thread.Sleep(Int32);

Int32: in miliseconds

Namespace: System.Threading;

Visual Basic .Net

Thread.Sleep(Int32)

Int32: in miliseconds

Namespace: System.Threading

Reference: http://msdn.microsoft.com/en-us/library/d00bd51t.aspx




Name
E-Mail
Question or Comment