AppServiceTriggerDetails.IsRemoteSystemConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
|