AppServiceTriggerDetails.IsRemoteSystemConnection Property

Definition

Gets whether the client app that called the background task for the app service is on another device.

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

Property Value

Boolean

bool

Returns true if the client app is calling from another device; false otherwise.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to