if the background service is in the same application, then just use a shared collection (queue):
BackgroundService - Is it possible to set parameter value?
Cenk
1,001
Reputation points
Hi,
I have a background service. I wonder if it is possible to set a parameter to this service from the Blazor Server application or in any other way?
Thank you in advance.