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

適用対象