The following function
System.Threading.Thread.Sleep();
delay the thread in millisecond, and take the integer value as a parameter. Is there any method of thread delay in microsecond. Or can sleep function take the float values?
Thanks
The following function System.Threading.Thread.Sleep(); delay the thread in millisecond, and take the integer value
Share
Nope. To quote Will Dean from 85122