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...
1

© 2022 - 2024 — McMap. All rights reserved.