Browse Source

Merge pull request #12015 from binbsr/patch-1

Fix link
pull/12031/head
Yunus Emre Kalkan 5 years ago
committed by GitHub
parent
commit
14996a0c1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Background-Workers-Hangfire.md

2
docs/en/Background-Workers-Hangfire.md

@ -126,4 +126,4 @@ context.ServiceProvider
So, it resolves the given background worker and adds to the `IBackgroundWorkerManager`.
While we generally add workers in OnApplicationInitialization, there are no restrictions on that. You can inject IBackgroundWorkerManager anywhere and add workers at runtime. Background worker manager will stop and release all the registered workers when your application is being shut down.
While we generally add workers in OnApplicationInitialization, there are no restrictions on that. You can inject IBackgroundWorkerManager anywhere and add workers at runtime. Background worker manager will stop and release all the registered workers when your application is being shut down.

Loading…
Cancel
Save