Browse Source

Update docs/en/framework/infrastructure/background-jobs/tickerq.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/24916/head
Ma Liming 7 months ago
committed by GitHub
parent
commit
344b16afc5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/framework/infrastructure/background-jobs/tickerq.md

2
docs/en/framework/infrastructure/background-jobs/tickerq.md

@ -44,7 +44,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: ...);
}
```

Loading…
Cancel
Save