RemoteSystemSessionInfo.JoinAsync 메서드

정의

호출 디바이스의 요청을 발급하여 지정된 원격 세션에 참가합니다.

public:
 virtual IAsyncOperation<RemoteSystemSessionJoinResult ^> ^ JoinAsync() = JoinAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<RemoteSystemSessionJoinResult> JoinAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<RemoteSystemSessionJoinResult> JoinAsync();
function joinAsync()
Public Function JoinAsync () As IAsyncOperation(Of RemoteSystemSessionJoinResult)

반환

이 조인 요청의 결과가 포함된 비동기 작업입니다. 세션을 제어하는 디바이스에 대한 연결이 끊어지면 값도 반환됩니다.

특성

Windows 요구 사항

앱 기능
remoteSystem

적용 대상