Maximum Timer interval

后端 未结 9 1329
心在旅途
心在旅途 2021-01-04 01:58

The maximum interval of timer is 2,147,483,647. it\'s about 25 days. But in my requirements I need that the timer will wait 30 days. How can I resolve it? Please help.

9条回答
  •  暖寄归人
    2021-01-04 02:19

    The Quartz.NET library is another option for running your code on a scheduled basis.

提交回复
热议问题