Browse Source

Update Background-Workers.md

pull/2973/head
Ahmet Çotur 6 years ago
parent
commit
df4d3dc6d6
  1. 2
      docs/en/Background-Workers.md

2
docs/en/Background-Workers.md

@ -45,7 +45,7 @@ public class PassiveUserCheckerWorker : AsyncPeriodicBackgroundWorkerBase
````
* If your background worker derive from `PeriodicBackgroundWorkerBase`, you should implement the `DoWork` method to perform your periodic working code.
* If you directly implement IBackgroundWorker, you will override/implement the `StartAsync` and `StopAsync` methods.
### Register Background Worker

Loading…
Cancel
Save