AssetConversionStatusResult.Result Property
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.
The result of the query.
public:
property Microsoft::Azure::RemoteRendering::ConversionSessionStatus Result { Microsoft::Azure::RemoteRendering::ConversionSessionStatus get(); };
public Microsoft.Azure.RemoteRendering.ConversionSessionStatus Result { get; }
member this.Result : Microsoft.Azure.RemoteRendering.ConversionSessionStatus
Public ReadOnly Property Result As ConversionSessionStatus
Property Value
Remarks
It is an error to call this while the operation is still in progress or in an error state.