Skip to content

Commit baa6b2d

Browse files
committed
Add winappsdk backround tasks to toc and index
1 parent 67397d0 commit baa6b2d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

hub/apps/develop/launch/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This section describes how to manage background tasks in your app.
4444
| Topic | Description |
4545
|-------|-------------|
4646
| [Working with background tasks in Windows apps](create-and-register-a-background-task.md) | Learn how to create and register a background task in your app with the Windows Runtime (WinRT) [BackgroundTaskBuilder](/uwp/api/windows.applicationmodel.background.backgroundtaskbuilder) class. |
47+
| [BackgroundTaskBuilder in the Windows App SDK](../../windows-app-sdk/applifecycle/background-tasks.md) | Learn how to create and register a background task in a WinUI app with the Windows App SDK BackgroundTaskBuilder APIs. |
4748

4849
## Related content
4950

hub/apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ items:
244244
items:
245245
- name: Working with background tasks in Windows apps
246246
href: develop/launch/create-and-register-a-background-task.md
247+
- name: BackgroundTaskBuilder in the Windows App SDK
248+
href: windows-app-sdk/applifecycle/background-tasks.md
247249
- name: Notifications
248250
items:
249251
- name: Push notifications

0 commit comments

Comments
 (0)