RemoteRenderingClient.CreateNewRenderingSessionAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいレンダリング セッションを作成します。
public:
System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::CreateRenderingSessionResult ^> ^ CreateNewRenderingSessionAsync(Microsoft::Azure::RemoteRendering::RenderingSessionCreationOptions options);
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.CreateRenderingSessionResult> CreateNewRenderingSessionAsync (Microsoft.Azure.RemoteRendering.RenderingSessionCreationOptions options);
member this.CreateNewRenderingSessionAsync : Microsoft.Azure.RemoteRendering.RenderingSessionCreationOptions -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.CreateRenderingSessionResult>
Public Function CreateNewRenderingSessionAsync (options As RenderingSessionCreationOptions) As Task(Of CreateRenderingSessionResult)
パラメーター
- options
- RenderingSessionCreationOptions
セッション作成パラメーター
戻り値
タスクの結果は、有効なセッション参照または追加のエラー コンテキストを保持する CreateRenderingSessionResult の種類です。
注釈
これにより、Azure クラウド内の新しいサーバーが起動します。 準備ができたら、CreateNewRenderingSessionAsync は作成された RenderingSession オブジェクトまたはエラー コンテキストを返します。