Answer the question
In order to leave comments, you need to log in
How to execute a method with a certain delay a certain time?
How can I constantly execute a method with a delay until the Timer completes?
There is a method NetworkSounds.askSound();
How can I use a timer to call it every second until the timer expires?
Answer the question
In order to leave comments, you need to log in
For delay, you can useThread.Sleep(/*время задержки в миллисекундах*/);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question