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
parent
commit
37f87ad1ce
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/framework/infrastructure/background-workers/tickerq.md

2
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: ...);
}
```

Loading…
Cancel
Save