microsoft / WindowsAppSDK-Samples

Feature samples for the Windows App SDK
MIT License
721 stars 225 forks source link

Need sample for WinAppSDK / WinUI3 background tasks #333

Open jonwis opened 5 months ago

jonwis commented 5 months ago

https://learn.microsoft.com/windows/uwp/launch-resume/create-and-register-a-winmain-background-task shows how to register a background task for Win32 apps. Please create a sample showing how to use this functionality from a WinAppSDK based app (with the AppInstance) and a WinUI3 app.