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.GetConversionPropertiesAsync(System.String). Success state and additional error context can be retrieved via base class SessionContextResult. In case of success, the Properties property holds a valid instance of ConversionProperties.
class Microsoft::Azure::RemoteRendering::ConversionPropertiesResult final : public Microsoft::Azure::RemoteRendering::SessionContextResult
Properties
MinimumRetryDelay
The minimum number of seconds one has to wait before polling the conversion properties again.
auto GetMinimumRetryDelay() const noexcept -> int32_t;
Properties
In case of success, the Properties property holds a valid instance of ConversionProperties.
auto GetProperties() const noexcept -> Microsoft::Azure::RemoteRendering::ConversionProperties;