Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.28 KB

appserviceconnection.md

File metadata and controls

31 lines (20 loc) · 1.28 KB
-api-id -api-type
T:Windows.ApplicationModel.AppService.AppServiceConnection
winrt class

Windows.ApplicationModel.AppService.AppServiceConnection

-description

Represents a connection to the endpoint for an app service. App services enable app-to-app communication by allowing you to provide services from your Universal Windows app to other Universal Windows app. The AppService provider receives the connection request as part of their background task; see AppServiceTriggerDetails class for details.

-remarks

Version history

Windows version SDK version Value added
1607 14393 OpenRemoteAsync
1607 14393 User
1903 18362 SendStatelessMessageAsync

-examples

-see-also

IClosable, App services sample (Windows 10), AppServiceTriggerDetails