Commit 38d61ee
Add background tasks section to WPF + Windows App SDK page
New '## Run code in the background' section with a comparison table of
the three approaches (WAS background tasks, Task Scheduler, Worker Services),
packaging requirements for each, and a note on how Application.Startup
maps to App.OnLaunched for WAS background task registration.
Fixes Gap 10 from ADO #568630.
Co-authored-by: Copilot <[email protected]>1 parent a00af75 commit 38d61ee
1 file changed
Lines changed: 15 additions & 0 deletions
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
152 | 167 | | |
153 | 168 | | |
154 | 169 | | |
| |||
0 commit comments