You can use Hangfire.MemoryStorage for this.
Simply add this nuget package.
And then you can use it like –
GlobalConfiguration.Configuration.UseMemoryStorage();
You can use Hangfire.MemoryStorage for this.
Simply add this nuget package.
And then you can use it like –
GlobalConfiguration.Configuration.UseMemoryStorage();