Using SignalR with Hangfire

Hi,

I want to run a log running task which may run for 3-4 hrs. from a web page and after the job is completed, wants to notify user about the status…
Question :

  1. Can I use SignalR along with Hangfire? If yes, any directions how to use?
  2. If I don’t use signalR,is there any push notification service exists as part of Hangfire, which will notify the UI about the job completion?
  3. What if I close the browser while the job is running, will the Hangfire job will be terminated?

Thanks

  1. I don’t know
  2. Yes the dashboards shows all the jobs in realtime
  3. It depends, if you’re debugging an asp.net that is also your server and you stop it the answer is yes otherwise no.