Nota
O acesso a esta página requer autorização. Pode tentar iniciar sessão ou alterar os diretórios.
O acesso a esta página requer autorização. Pode tentar alterar os diretórios.
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;