RemoteSystemSessionInfo.JoinAsync Method

Definition

Issues a request from the calling device to join the given remote session.

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)

Returns

An asynchronous operation with the result of this join request. This also returns a value if the connection to the device controlling the session is lost.

Attributes

Windows requirements

App capabilities
remoteSystem

Applies to