From 37f87ad1cecb56a0a967e5f2a88778419b6f550d Mon Sep 17 00:00:00 2001 From: Ma Liming Date: Sun, 22 Feb 2026 18:07:18 +0800 Subject: [PATCH] Update docs/en/framework/infrastructure/background-workers/tickerq.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/en/framework/infrastructure/background-workers/tickerq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/framework/infrastructure/background-workers/tickerq.md b/docs/en/framework/infrastructure/background-workers/tickerq.md index ffe3ca46a6..d4ddde3cd9 100644 --- a/docs/en/framework/infrastructure/background-workers/tickerq.md +++ b/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: ...); } ```