Class RenderingSessionPropertiesResult

Result object that is returned by RenderingSession.GetPropertiesAsync. Success state and additional error context can be retrieved via base class SessionContextResult. In case of success, the SessionProperties property holds a valid instance of RenderingSessionProperties.

class Microsoft::Azure::RemoteRendering::RenderingSessionPropertiesResult final : public Microsoft::Azure::RemoteRendering::SessionContextResult

Properties

MinimumRetryDelay

The minimum number of seconds one has to wait before polling the rendering session properties again.

auto GetMinimumRetryDelay() const noexcept -> int32_t;

SessionProperties

In case of success, the SessionProperties property holds a valid instance of RenderingSessionProperties.

auto GetSessionProperties() const noexcept -> Microsoft::Azure::RemoteRendering::RenderingSessionProperties;