Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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;