C# :: For Beginners

[C#] Sleep 사용하기

[C#] Sleep 사용하기

using System.Threading;
// ...
Thread.Sleep(5000);

대체로, 다들 아시고 계시겠지만 Sleep안에 설정한 밀리초 (millisecond) 만큼 쉬었다가 계속해서 실행하는 코드입니다.

Leave a Reply

Discover more from Dream big, Achieve more.

Subscribe now to keep reading and get access to the full archive.

Continue reading