|
|
|
|
|
by nirav72
1629 days ago
|
|
Thanks for posting this. I'm new to .net core. While looking over the code - I'm curious. How are hosted services such as the one in your example code triggered or called? For example - if I had a separate process that needs to process some data by sending it a similar hosted service, would I need to send it via a message queue or maybe expose an http endpoint within this hosted service that gets called from the separate process (i.e web app?) |
|