Compartilhar via


RenderingConnection.LoadTextureFromSasAsync(LoadTextureFromSasOptions) Método

Definição

Inicia o carregamento de uma textura usando um token SAS para identificar a textura.

public:
 System::Threading::Tasks::Task<Microsoft::Azure::RemoteRendering::Texture ^> ^ LoadTextureFromSasAsync(Microsoft::Azure::RemoteRendering::LoadTextureFromSasOptions options);
public System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.Texture> LoadTextureFromSasAsync (Microsoft.Azure.RemoteRendering.LoadTextureFromSasOptions options);
member this.LoadTextureFromSasAsync : Microsoft.Azure.RemoteRendering.LoadTextureFromSasOptions -> System.Threading.Tasks.Task<Microsoft.Azure.RemoteRendering.Texture>
Public Function LoadTextureFromSasAsync (options As LoadTextureFromSasOptions) As Task(Of Texture)

Parâmetros

options
LoadTextureFromSasOptions

Parâmetros para carregar a textura.

Retornos

Tarefa com o tipo de resultado Textura. A tarefa será concluída durante um Update() tique.

Comentários

Essa chamada retorna imediatamente e inicia uma tarefa assíncrona que retorna quando o carregamento da textura é concluído.

* Ocorrerá um AuthenticationFailed erro se a solicitação não puder ser autenticada. * Ocorrerá um NoConnection erro se não houver nenhuma conexão encontrada. * Ocorrerá um InvalidType erro se não houver suporte para o tipo de arquivo fornecido. * Ocorrerá um InvalidParentId erro se a ID pai definida for inválida.

Aplica-se a

Confira também