Browse Source
Update docs/en/framework/infrastructure/background-workers/tickerq.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/24916/head
Ma Liming
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/framework/infrastructure/background-workers/tickerq.md
|
|
|
@ -42,7 +42,7 @@ You need to call the `UseAbpTickerQ` extension method in the `OnApplicationIniti |
|
|
|
public override async Task OnApplicationInitializationAsync(ApplicationInitializationContext context) |
|
|
|
{ |
|
|
|
// (default: TickerQStartMode.Immediate) |
|
|
|
context.GetHost().UseAbpTickerQ(startMode: ...); |
|
|
|
context.GetHost().UseAbpTickerQ(qStartMode: ...); |
|
|
|
} |
|
|
|
``` |
|
|
|
|
|
|
|
|