Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filled the blank spot in my MC??? array today.
Message
 
To
07/11/2002 20:30:32
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00720035
Message ID:
00720153
Views:
14
>Superb! But I do have one question. Are you at all familiar with a concept called 'sleep'?

Thanks, but do you mean:
Thread.Sleep Method  [C#]See Also
Thread Class | Thread Members | System.Threading Namespace 

Blocks the current thread for the specified number of milliseconds.

Overload List
Suspends the current thread for a specified time.

[Visual Basic] Overloads Public Shared Sub Sleep(Integer)
[C#] public static void Sleep(int);
[C++] public: static void Sleep(int);
[JScript] public static function Sleep(int);
Blocks the current thread for a specified time.

[Visual Basic] Overloads Public Shared Sub Sleep(TimeSpan)
[C#] public static void Sleep(TimeSpan);
[C++] public: static void Sleep(TimeSpan);
[JScript] public static function Sleep(TimeSpan);
No I didn't see that one in the exams (or in between) <s>

>Alan
>

Regards,
Frank Camp
Previous
Reply
Map
View

Click here to load this message in the networking platform