RenderingConnection.LoadModelAsync Méthode

Définition

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.

progressCallback
Action<Single>

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>