1
0
Files
HangfireExample/HangfireExample/Program.cs
2024-03-12 09:26:15 +08:00

12 lines
214 B
C#

using Hangfire;
using Hangfire.SqlServer;
using Hangfire.Storage.SQLite;
// 第三方擴充: Hangfire.Storage.SQLite 0.4.1
GlobalConfiguration
.Configuration
.UseSQLiteStorage("HangfireExample.db");