是否有触发在特定时间的事件?事件、时间、在特定

2023-09-07 09:33:43 作者:只想征服

有一个.NET事件触发的,而不是定时器,发射倒计时结束时,一个特定的时间(如19:00)?它可以作为一个调度呼叫某些方法

Is there a .NET event that fires at a specific time (eg. at 19:00) as opposed to timer which fires when the countdown finishes? It can be used as a scheduler to call certain method.

推荐答案

看看 Quartz.net

这对.NET一个伟大的调度库。

It's a great scheduling library for .net.