Multithreading with timer in c# windows application or Desktop application

preview_player
Показать описание
Hello Friends, this tutorial is related to Multi threading in C# Windows Desktop Application and i giving this tutorial please subscribe and share it to others and you can also visit my blog
Рекомендации по теме
Комментарии
Автор

if i reach a certain spot on my "main" code, with what command can i stop this thread?

yairHD
Автор

is it posible to print some kind of chronometer with Console App?

maestradebobobo
Автор

I want to make like, I want to start, wait 2 seconds, and display a message. And not repeat the message after 2 seconds again, can u help me?

ohno
Автор

1. If you add System.Threading, then why to write System.Threading.Timer
2. Where is Multi Threading ? You have created a single Thread.

sourav-sarkar
Автор

Thanks @Yair3230 for watching this. Ans for question is private void Stop()
{
    _requestStop = true;
    _timer.Stop();
}

Vishalthakar_tm
join shbcf.ru