RemoteSystemSessionController.CreateSessionAsync 方法

定义

异步尝试创建远程会话。

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)

返回

包含描述结果的 RemoteSystemSessionCreationResult 对象的异步操作。

属性

Windows 要求

应用功能
remoteSystem

适用于