Browse Source
Merge pull request #7124 from abpframework/auto-merge/rel-4-1/59
Merge branch dev with rel-4.1
pull/7131/head
maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Background-Workers.md
|
|
|
@ -45,7 +45,7 @@ Assume that we want to make a user passive, if the user has not logged in to the |
|
|
|
public class PassiveUserCheckerWorker : AsyncPeriodicBackgroundWorkerBase |
|
|
|
{ |
|
|
|
public PassiveUserCheckerWorker( |
|
|
|
AbpTimer timer, |
|
|
|
AbpAsyncTimer timer, |
|
|
|
IServiceScopeFactory serviceScopeFactory |
|
|
|
) : base( |
|
|
|
timer, |
|
|
|
|