如何在ASP.NET C中一小时后执行一个方法#

问题描述:

我试图禁用重新发送电子邮件验证功能并在1小时后再次启用它,如何在ASP.NET C#1小时后执行一个方法?



我尝试了什么:



我试图禁用重新发送电子邮件验证功能并在1小时后再次启用它,如何执行一个小时后在ASP.NET C#?

Im trying to disable "resend email verification functionality" and enable it again after 1 hour, How to execute a method after an hour in ASP.NET C#?

What I have tried:

Im trying to disable "resend email verification functionality" and enable it again after 1 hour, How to execute a method after an hour in ASP.NET C#?

谷歌asp.net计划任务,你会发现很多信息,或只是看看石英 [ ^ ]
Google "asp.net schedule task" and you'll find lots of info, or just look at Quartz[^]