Share via


RenderingConnection.LoadModelAsync Methode

Definition

Initiiert das Laden eines Modells, das sich in Azure Storage befindet.

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)

Parameter

options
LoadModelOptions

Parameter zum Laden des Modells.

progressCallback
Action<Single>

Gibt zurück

Hinweise

Dieser Aufruf gibt sofort zurück und initiiert eine asynchrone Aufgabe, die zurückgegeben wird, wenn das Laden des Modells abgeschlossen ist.

Gilt für:

Weitere Informationen

  • <xref:https%3a%2f%2fdocs.microsoft.com%2fazure%2fremote-rendering%2fconcepts%2fmodels>