Class CreateRenderingSessionResult
Result object that is returned by RemoteRenderingClient.OpenRenderingSessionAsync(System.String) and RemoteRenderingClient.CreateNewRenderingSessionAsync(RenderingSessionCreationOptions). Success state and additional error context can be retrieved via base class SessionContextResult. In case of success, the Session property holds a valid RenderingSession reference.
class Microsoft::Azure::RemoteRendering::CreateRenderingSessionResult final : public Microsoft::Azure::RemoteRendering::SessionContextResult
Properties
Session
In case of success this holds a valid RenderingSession reference.
auto GetSession() const noexcept -> ApiHandle<Microsoft::Azure::RemoteRendering::RenderingSession>;