RenderingConnection.LoadModelAsync 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.
Lance le chargement d’un modèle qui se trouve dans le stockage Azure.
public:
System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::LoadModelResult ^> ^ LoadModelAsync(Microsoft::Azure::RemoteRendering::LoadModelOptions options, Action<float> ^ progressCallback);
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.LoadModelResult> LoadModelAsync (Microsoft.Azure.RemoteRendering.LoadModelOptions options, Action<float> progressCallback);
member this.LoadModelAsync : Microsoft.Azure.RemoteRendering.LoadModelOptions * Action<single> -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.LoadModelResult>
Public Function LoadModelAsync (options As LoadModelOptions, progressCallback As Action(Of Single)) As Task(Of LoadModelResult)
Paramètres
- options
- LoadModelOptions
Paramètres pour le chargement du modèle.
Retours
Remarques
Cet appel retourne immédiatement et lance une tâche asynchrone qui retourne lorsque le chargement du modèle est terminé.
S’applique à
Voir aussi
- <xref:https%3a%2f%2fdocs.microsoft.com%2fazure%2fremote-rendering%2fconcepts%2fmodels>