Skip to content

Commit 344b16a

Browse files
malimingCopilot
andauthored
Update docs/en/framework/infrastructure/background-jobs/tickerq.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a881195 commit 344b16a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/en/framework/infrastructure/background-jobs

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You need to call the `UseAbpTickerQ` extension method in the `OnApplicationIniti
4444
public override async Task OnApplicationInitializationAsync(ApplicationInitializationContext context)
4545
{
4646
// (default: TickerQStartMode.Immediate)
47-
context.GetHost().UseAbpTickerQ(startMode: ...);
47+
context.GetHost().UseAbpTickerQ(qStartMode: ...);
4848
}
4949
```
5050

0 commit comments

Comments
 (0)