Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

scheduling timers in c#

Tags:

c#

After launching my application i want to run my application sometimes later and not immediately after launching it.How do i do it?Can i accept the time when i want to run my application,through the comand line.Please help.Thanx in advance.

Regards, Sanchaita sujit chakraborty

like image 934
Sanchaita Chakraborty Avatar asked Dec 05 '25 23:12

Sanchaita Chakraborty


1 Answers

I don't understand exactly what you want to accomplish but Quartz.NET is a library that you can use to schedule jobs in .NET.

like image 119
Rian Schmits Avatar answered Dec 08 '25 13:12

Rian Schmits