다음을 통해 공유


RemoteRenderingClient.CreateNewRenderingSessionAsync 메서드

정의

새 렌더링 세션을 만듭니다.

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 개체 또는 오류 컨텍스트를 반환합니다.

적용 대상