Using cancellation tokens¶ Hangfire provides support for cancellation tokens for your jobs to let them know when a shutdown request was initiated, or job performance was aborted....
Sending Mail in Background with ASP.NET MVC¶ Table of Contents Installing Postal Further considerations Installing Hangfire Automatic retries Logging Fix-deploy-retry Pre...
Processing background jobs¶ Hangfire Server part is responsible for background job processing. The Server does not depend on ASP.NET and can be started anywhere, from a console a...
内部应用程序¶ 对于在服务器上运行的Web应用程序(物理或虚拟),您需要使用版本高于2008的 Windows Server 附带的IIS≥7.5的自启功能。完整设置需要完成以下步骤: - 允许 Windows Process Activation (WAS) 和 World Wide Web Publishing (W3SVC) 服务自启(默认自启)...
Calling methods in background¶ Fire-and-forget method invocation has never been simpler. As you already know from the Quick start guide, you only need to pass a lambda expressio...