Skip to content

Commit 8fed226

Browse files
Update uwp/launch-resume/how-to-create-and-consume-an-app-service.md
Co-authored-by: Copilot <[email protected]>
1 parent 3e96822 commit 8fed226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwp/launch-resume/how-to-create-and-consume-an-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.localizationpriority: medium
1515
> The code listings in this topic are C# only. For an app service sample app in **C++/WinRT** as well as C#, see [App service sample app](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/AppServices).
1616
1717
> [!IMPORTANT]
18-
> This topic applies to the Universal Windows Platform (UWP) apps that use .NET Native. Visual Studio 2022 now also includes UWP project templates that use .NET 9. For this topic, you must use the UWP project templates that include ".NET Native" in their names, such as **UWP Blank App (.NET Native)**. THe UWP projects that use .NET 9 have not been tested with this topic and may not work as expected.
18+
> This topic applies to the Universal Windows Platform (UWP) apps that use .NET Native. Visual Studio 2022 now also includes UWP project templates that use .NET 9. For this topic, you must use the UWP project templates that include ".NET Native" in their names, such as **UWP Blank App (.NET Native)**. The UWP projects that use .NET 9 have not been tested with this topic and may not work as expected.
1919
2020
App services are UWP apps that provide services to other UWP apps. They are analogous to web services, on a device. An app service runs as a background task in the host app and can provide its service to other apps. For example, an app service might provide a bar code scanner service that other apps could use. Or perhaps an Enterprise suite of apps has a common spell checking app service that is available to the other apps in the suite. App services let you create UI-less services that apps can call on the same device, and starting with Windows 10, version 1607, on remote devices.
2121

0 commit comments

Comments
 (0)