RemoteSystemSessionController.CreateSessionAsync Method
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.
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
|