Windows.ApplicationModel.AppService 命名空间
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Windows 应用服务允许通用 Windows 应用向其他通用 Windows 应用提供服务,从而实现应用到应用的通信。 应用服务允许你创建应用可在同一设备上调用的无 UI 服务,从 Windows 10 版本 1607 开始,应用可在远程设备上调用这些服务。
类
AppServiceCatalog |
枚举设备上的可用应用服务提供程序。 应用服务提供商通过提供其他通用 Windows 应用可以使用的服务来实现应用到应用的通信。 |
AppServiceClosedEventArgs |
为另一终结点关闭与应用服务的连接时发生的 AppServiceConnection.ServiceClosed 事件提供数据。 应用服务允许你从通用 Windows 应用向其他通用 Windows 应用提供服务,从而实现应用到应用的通信。 |
AppServiceConnection |
表示与应用服务的终结点的连接。 应用服务允许你从通用 Windows 应用向其他通用 Windows 应用提供服务,从而实现应用到应用的通信。 AppService 提供程序接收连接请求作为其后台任务的一部分;有关详细信息,请参阅 AppServiceTriggerDetails 类 。 |
AppServiceDeferral |
为应用服务启用后台任务以获取延迟,以便应用服务可以响应后续请求。 应用服务提供商通过提供其他通用 Windows 应用可以使用的服务来实现应用到应用的通信。 |
AppServiceRequest |
表示一个应用服务的终结点发送到另一个应用服务的消息。 应用服务允许你从通用 Windows 应用向其他通用 Windows 应用提供服务,从而实现应用到应用的通信。 |
AppServiceRequestReceivedEventArgs |
提供当消息从应用服务连接的其他终结点到达时发生的 AppServiceConnection.RequestReceived 事件的数据。 应用服务允许你从通用 Windows 应用向其他通用 Windows 应用提供服务,从而实现应用到应用的通信。 |
AppServiceResponse |
表示应用服务为响应请求而发送的消息。 应用服务允许你从通用 Windows 应用向其他通用 Windows 应用提供服务,从而实现应用到应用的通信。 |
AppServiceTriggerDetails |
表示与应用服务的后台任务关联的详细信息。 应用服务允许你从通用 Windows 应用向其他通用 Windows 应用提供服务,从而实现应用到应用的通信。 |
StatelessAppServiceResponse |
对 SendStatelessMessageAsync 调用的响应,包含响应消息和连接状态。 |
枚举
AppServiceClosedStatus |
描述在关闭应用服务的终结点时设置的状态。 应用服务提供商通过提供其他通用 Windows 应用可以使用的服务来实现应用到应用的通信。 |
AppServiceConnectionStatus |
描述应用尝试通过调用 AppServiceConnection.OpenAsync 方法打开与应用服务的连接的状态。 应用服务提供商通过提供其他通用 Windows 应用可以使用的服务来实现应用到应用的通信。 |
AppServiceResponseStatus |
描述应用尝试通过调用 AppServiceConnection.SendMessageAsync 方法向应用服务发送消息时的状态。 应用服务提供商通过提供其他通用 Windows 应用可以使用的服务来实现应用到应用的通信。 |
StatelessAppServiceResponseStatus |
指示 SendStatelessMessageAsync 操作的成功或失败。 |