AppServiceTriggerDetails.IsRemoteSystemConnection 属性

定义

获取调用应用服务的后台任务的客户端应用是否位于另一台设备上。

public:
 property bool IsRemoteSystemConnection { bool get(); };
bool IsRemoteSystemConnection();
public bool IsRemoteSystemConnection { get; }
var boolean = appServiceTriggerDetails.isRemoteSystemConnection;
Public ReadOnly Property IsRemoteSystemConnection As Boolean

属性值

Boolean

bool

如果客户端应用从其他设备调用,则返回 true ;否则 为 false

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

适用于