다음을 통해 공유


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에서 도입되었습니다.)

적용 대상