AspNetBackgroundTasks
AspNetBackgroundTasks copied to clipboard
A component that registers "fire and forget" tasks with the ASP.NET runtime.
Results
1
AspNetBackgroundTasks issues
Sort by
recently updated
recently updated
newest added
I noticed there are 3 different ways described to run a long-running task in ASP.Net so its immune to AppDomains recycling. However, the last of these where a ShutDown token...