Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>;