RemoteSystemSessionController.CreateSessionAsync Method

Definition

Asynchronously attempts to create a remote session.

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

Returns

An asynchronous operation with a RemoteSystemSessionCreationResult object describing the result.

Attributes

Windows requirements

App capabilities
remoteSystem

Applies to