ConversionPropertiesResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result object that is returned by GetConversionPropertiesAsync(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.
public ref class ConversionPropertiesResult : Microsoft::Azure::RemoteRendering::SessionContextResult
public class ConversionPropertiesResult : Microsoft.Azure.RemoteRendering.SessionContextResult
type ConversionPropertiesResult = class
inherit SessionContextResult
Public Class ConversionPropertiesResult
Inherits SessionContextResult
- Inheritance
Properties
Context |
In case of failure (ErrorCode != Success), additional information such as the http response code and an error string can be gathered through this object. In case of success, this object is still valid, but does not provide additional information. (Inherited from SessionContextResult) |
ErrorCode |
Indicates whether the query was successful or not. See Result for details in case of failure. In case of failure, additional information can be gathered from Context. (Inherited from SessionContextResult) |
MinimumRetryDelay |
The minimum number of seconds one has to wait before polling the conversion properties again. |
Properties |
In case of success, the Properties property holds a valid instance of ConversionProperties. |