erossini / BlazorBackgroundService

5 stars 3 forks source link

Questions... #1

Open kg9316 opened 2 years ago

kg9316 commented 2 years ago

Hi, I think this is exactly what I'm lookin for.

Can I use this as an UI to my existing service application (written i c#)? CustomBackgroundService runs every 5 sek, my service would do some heavy work, will still the UI be responsive ?

It had been great if the log was presented in a razor page.

erossini commented 2 years ago

Hello! I'm using this with the UI in few projects. Remember to call StateChanged() to be sure the UI is refreshed.