servicecollection Questions
2
Solved
I am using .NET 5 and I want to run a background task using IHostedService classess as you can see:
public class PasargadJobs : IHostedService, IDisposable
{
private Timer _timer = null!;
readonl...
Jolynnjon asked 19/2, 2022 at 21:5
1
© 2022 - 2024 — McMap. All rights reserved.