Timers | Microsoft Docs
The System. Threading. Timer class. The System. Threading. Timer class enables you to continuously call a delegate at specified time intervals. You can also use this class to schedule a single call to a delegate in a specified time interval. The delegate is executed on a ThreadPool thread. . When you create a System. Threading. Timer object, you specify a TimerCallback delegate that defines the . . .
more
|