RenderingConnection.LoadModelFromSasAsync 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 à l’aide d’un jeton SAP pour identifier le modèle.
public:
System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::LoadModelResult ^> ^ LoadModelFromSasAsync(Microsoft::Azure::RemoteRendering::LoadModelFromSasOptions options, Action<float> ^ progressCallback);
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.LoadModelResult> LoadModelFromSasAsync (Microsoft.Azure.RemoteRendering.LoadModelFromSasOptions options, Action<float> progressCallback);
member this.LoadModelFromSasAsync : Microsoft.Azure.RemoteRendering.LoadModelFromSasOptions * Action<single> -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.LoadModelResult>
Public Function LoadModelFromSasAsync (options As LoadModelFromSasOptions, progressCallback As Action(Of Single)) As Task(Of LoadModelResult)
Paramètres
- options
- LoadModelFromSasOptions
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>