RemoteRenderingClient.StartAssetConversionAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Commence à convertir une ressource.
public:
System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::AssetConversionResult ^> ^ StartAssetConversionAsync(Microsoft::Azure::RemoteRendering::AssetConversionOptions conversionOptions);
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.AssetConversionResult> StartAssetConversionAsync (Microsoft.Azure.RemoteRendering.AssetConversionOptions conversionOptions);
member this.StartAssetConversionAsync : Microsoft.Azure.RemoteRendering.AssetConversionOptions -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.AssetConversionResult>
Public Function StartAssetConversionAsync (conversionOptions As AssetConversionOptions) As Task(Of AssetConversionResult)
Paramètres
- conversionOptions
- AssetConversionOptions
Propriétés de conversion. Inclut l’ID de conversion, les informations d’entrée de la ressource et les informations de sortie
Retours
Tâche contenant le jeton de ressource ou un contexte d’erreur. L’async retourné se termine dans un thread arbitraire.